1
Fork 0

Revert "add an arrow to jump to the top"

This reverts commit 6c4504e766b5bed6e9c12c7f20e3a3adf9b19346.
This commit is contained in:
Jan-Erik Rediger 2025-03-11 21:39:39 +01:00
parent 7f2b61fb1f
commit a3f5ecc475
2 changed files with 2 additions and 11 deletions

View file

@ -48,10 +48,8 @@ data:
<table>
{% for year in years -%}
<tr>
<td class="top">
<a href="#top">↑</a></td>
<td>
<h2 id="{{year}}">{{year}}</h2></td>
<td>&nbsp;</td>
<td><h2>{{year}}</h2></td>
</tr>
{%- for post in collections.posts.pages %}

View file

@ -359,10 +359,3 @@ table, tr, td { border: none; }
pointer-events: none;
z-index: 1;
}
.top {
text-align: center;
}
.top a, .top a:visited {
text-decoration: none;
}