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 %}