Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 19, 2024
1 parent 8290738 commit cd8aa42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/blog-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ <h1>Blog posts</h1>
<ul>
{% for post in blogs.pages %}
<li>
<a class="post-title" href="{{ post.permalink }}">
{{ post.title }}
</a>
<a class="post-title" href="{{ post.permalink }}">{{ post.title }}</a>
<span class="post-date">
({{ post.date }})
</span>
Expand Down

0 comments on commit cd8aa42

Please sign in to comment.