Finalize styling changes to main page

This commit is contained in:
Froge 2025-02-03 01:52:51 +10:00
parent cb89c32b1a
commit a865751408
Signed by: froge
GPG key ID: A825E09930271BFA
3 changed files with 45 additions and 25 deletions

View file

@ -5,7 +5,7 @@
<!-- If you are using pagination, section.pages will be empty.
You need to use the paginator object -->
{% for page in section.pages %}
<li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
<li class="blog-post-title">{{ page.date }} // <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
{% endfor %}
</ul>
{% endblock content %}