link id
This commit is contained in:
parent
a3f5ecc475
commit
8939e7e02a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ data:
|
|||
{% for year in years -%}
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td><h2>{{year}}</h2></td>
|
||||
<td><h2 id="{{year}}">{{year}}</h2></td>
|
||||
</tr>
|
||||
|
||||
{%- for post in collections.posts.pages %}
|
||||
|
|
Loading…
Add table
Reference in a new issue