Revert "add an arrow to jump to the top"
This reverts commit 6c4504e766b5bed6e9c12c7f20e3a3adf9b19346.
This commit is contained in:
parent
7f2b61fb1f
commit
a3f5ecc475
2 changed files with 2 additions and 11 deletions
|
@ -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> </td>
|
||||
<td><h2>{{year}}</h2></td>
|
||||
</tr>
|
||||
|
||||
{%- for post in collections.posts.pages %}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue