Refactor and cleanup CSS classes

This commit is contained in:
jultty 2026-05-04 09:25:56 -03:00
commit 1f718887ca
9 changed files with 129 additions and 46 deletions

View file

@ -5,7 +5,7 @@
<ul id="posts">
{%- for page in section.pages %}
<li>
<time class="post-date">{{ page.date | date(format="%Y-%m-%d") }}</time>
<time class="content-date">{{ page.date | date(format="%Y-%m-%d") }}</time>
<a href="{{ page.permalink | safe }}">{{ page.title }}</a>
</li>
{%- endfor %}