1
Fork 0
This commit is contained in:
Jan-Erik Rediger 2025-03-11 21:41:09 +01:00
parent a3f5ecc475
commit 8939e7e02a

View file

@ -49,7 +49,7 @@ data:
{% for year in years -%}
<tr>
<td>&nbsp;</td>
<td><h2>{{year}}</h2></td>
<td><h2 id="{{year}}">{{year}}</h2></td>
</tr>
{%- for post in collections.posts.pages %}