Closed pazz closed 1 year ago
You're right. It looks like we just add the link if the details page layout exists and use the details_link
option only to configure the name of the link. A quick way to address this, without adding extra options might be to skip the link if the option is blank?
In any case, you can use the details_link
tag to create a link to one of the details pages anywhere.
If you wanted to make the whole citation (not just the title) the link then you could try stretching the details link to cover the parent LI, a bit like bootstrap does.
I would like to let jekyll-scholar generate details pages but not add the "details" link after each bib entry when using the bibliography tag. I'm trying to make the title of an article the link to the details page. Is that possible? From a quick glance at the code it looks like this is hard-coded, correct?
I've already tried setting these in my config file:
Thanks for this awesome piece of software :)