Added multilingual and theme switching support, fixed multiple

positioning issues, added articles to sidebar
This commit is contained in:
2026-08-13 12:41:05 +02:00
parent 6e1812c2df
commit 1bd70cb16b
4 changed files with 471 additions and 68 deletions
+2 -8
View File
@@ -2,11 +2,7 @@
{% block content %}
<section id="content">
{% block content_title %}
<h2>All articles</h2>
{% endblock %}
<section id="content-section">
<ol id="post-list">
{% for article in articles_page.object_list %}
<li>
@@ -37,8 +33,6 @@
{% include 'pagination.html' %}
{% endif %}
</section><!-- /#content -->
</section><!-- /#content-section -->
{% endblock content %}
<!-- vim:ts=2:sw=2:et:ft=html -->