From 2f43c1f0da3ef0a944724eefba745c8cd822c2c4 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Thu, 14 May 2026 05:10:27 +0530 Subject: Move pamphlet banner above latest journal entries --- templates/core/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/core/home.html b/templates/core/home.html index 25bf2bec..52ac63d2 100644 --- a/templates/core/home.html +++ b/templates/core/home.html @@ -55,6 +55,7 @@ {% endif %} +

{% translate "From The Journal of Random Thoughts" %}Latest

{% include "journals/_partials/journal_entries.html" with journal=recent_journal %}
@@ -77,7 +78,6 @@ {% endfor %} -
{% endblock content %} {% block scripts %} -- cgit v1.2.3