Skip to content

Commit

Permalink
pubs by date
Browse files Browse the repository at this point in the history
  • Loading branch information
lacava committed Jun 25, 2024
1 parent 660f323 commit bbf93c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/pubs_by_date.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

{% assign pubgroups = site.data.publications.references
| group_by_exp: "item", "item.issued.first.year | append: '/' | append: item.issued.first.month | append: '/' | append: item.issued.first.day | date: '%Y-%m-%d'"
| sort: "name"
| reverse
%}

{% assign pubs_by_date = '' | split: '' %}

{% for pubs in pubgroups %}
{% assign pubs_by_date = pubs_by_date | concat: pubs.items %}
{% endfor %}

0 comments on commit bbf93c9

Please sign in to comment.