Removed need for years in bibliography page (#1500)

Implementing #1390.

Signed-off-by: George Araujo <george.gcac@gmail.com>
This commit is contained in:
George 2023-06-25 17:09:23 -03:00 committed by GitHub
parent 6eebb65632
commit 1a612c615f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 7 deletions

View File

@ -293,6 +293,8 @@ scholar:
details_link: Details
query: "@*"
group_by: year
group_order: descending
badges: # Display different badges for your publications
altmetric_badge: true # Altmetric badge (https://www.altmetric.com/products/altmetric-badges/)

View File

@ -3,16 +3,12 @@ layout: page
permalink: /publications/
title: publications
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
years: [1967, 1956, 1950, 1935, 1905]
nav: true
nav_order: 1
---
<!-- _pages/publications.md -->
<div class="publications">
{%- for y in page.years %}
<h2 class="year">{{y}}</h2>
{% bibliography -f {{ site.scholar.bibliography }} -q @*[year={{y}}]* %}
{% endfor %}
{% bibliography -f {{ site.scholar.bibliography }} %}
</div>

View File

@ -567,7 +567,7 @@ footer.sticky-bottom {
}
}
h2.year {
h2.bibliography {
color: var(--global-divider-color);
border-top: 1px solid var(--global-divider-color);
padding-top: 1rem;