[2024-08-03] Updating style and homepage

This commit is contained in:
Andrew Conlin 2024-08-03 16:04:02 +01:00
parent 7fbb8974df
commit 6549508db4
13 changed files with 67 additions and 36 deletions

View file

@ -11,9 +11,9 @@ backlink: false
{% assign category = post.category %}
{% if category == 'blog' %}
<li>
<p><code>{{ post.date | date: "%Y-%m-%d" }}</code> // <a href="{{ post.url }}">{{ post.title }}</a></p>
<p>{{ post.date | date: "%Y-%m-%d" }} // <a href="{{ post.url }}">{{ post.title }}</a></p>
</li>
{% endif %}
{% endfor %}
</ul>
<hr>
<hr>