Skip to content

Commit

Permalink
Fixes to /reading
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 21, 2024
1 parent 3929926 commit a2de45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reading.njk
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ menu:
<th>Title</th>
<th>Author</th>
<th>Notes</th>
<th title="Status"></th>
<th><span class="visually-hidden">Status</span></th>
</tr>
{% for book in bookz | reverse %}
<tr id="{{ book.slug }}">
<td>
<td class="text-color-contrast">
{{ book.title }}
</td>
<td>
Expand Down

0 comments on commit a2de45e

Please sign in to comment.