From 19ec55695560b4e44460d5eff01aa61baf65055c Mon Sep 17 00:00:00 2001 From: jbisits Date: Mon, 27 Jan 2025 13:38:56 +1100 Subject: [PATCH] Not sure why border is not applied --- _config.yml | 1 + _layouts/bib.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 514e47d..4d5cb34 100644 --- a/_config.yml +++ b/_config.yml @@ -113,6 +113,7 @@ defaults: scholar: style: apa + order: descending bibliography_template: bib replace_strings: true diff --git a/_layouts/bib.html b/_layouts/bib.html index 2cc6ffa..6b8c7de 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -4,11 +4,11 @@ {{ reference | replace_first: 'Bisits, J. I.', 'Bisits, J. I.' }} {% if entry.doi %} - + {% endif %} {% if entry.abstract %} - + {% endif %}