Skip to content

Commit

Permalink
Fix spacing between dates and titles in link list
Browse files Browse the repository at this point in the history
  • Loading branch information
jultty committed Sep 27, 2024
1 parent c2c4a30 commit 202092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1 class="title">{{ section.title }}</h1>
">{{ page.date -}}</a></time>
{%- else %}
<time class="post-date">{{ page.date }}</time>
{%- endif -%}
{%- endif %}
<a href="{{ page.extra.url | safe }}">{{ page.title }}</a>
</li>
{%- endfor %}
Expand Down

0 comments on commit 202092b

Please sign in to comment.