Fix spacing between dates and titles in link list

This commit is contained in:
jultty 2024-09-27 09:18:43 -03:00
commit 202092bba1

View file

@ -21,7 +21,7 @@
">{{ page.date -}}</a></time> ">{{ page.date -}}</a></time>
{%- else %} {%- else %}
<time class="post-date">{{ page.date }}</time> <time class="post-date">{{ page.date }}</time>
{%- endif -%} {%- endif %}
<a href="{{ page.extra.url | safe }}">{{ page.title }}</a> <a href="{{ page.extra.url | safe }}">{{ page.title }}</a>
</li> </li>
{%- endfor %} {%- endfor %}