From 8939e7e02a64a329d44dfab51cfe9b1cbcc23882 Mon Sep 17 00:00:00 2001
From: Jan-Erik Rediger <janerik@fnordig.de>
Date: Tue, 11 Mar 2025 21:41:09 +0100
Subject: [PATCH] link id

---
 posts.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posts.liquid b/posts.liquid
index bf7930e..7401e6a 100644
--- a/posts.liquid
+++ b/posts.liquid
@@ -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 %}