diff options
| author | Bobby <[email protected]> | 2026-05-14 05:10:27 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2026-05-14 05:10:27 +0530 |
| commit | 2f43c1f0da3ef0a944724eefba745c8cd822c2c4 (patch) | |
| tree | 1c3df4227911be3757443f939052c20e7c3f7744 | |
| parent | 8ae2939de7aaa9717057d413a4a483dcbc9ec2af (diff) | |
| download | thatcomputerscientist-2f43c1f0da3ef0a944724eefba745c8cd822c2c4.tar.xz thatcomputerscientist-2f43c1f0da3ef0a944724eefba745c8cd822c2c4.zip | |
Move pamphlet banner above latest journal entries
| -rw-r--r-- | templates/core/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </div> {% endif %} </div> + <div class="pamphlet pamphlet-banner"></div> <h2 class="section-title">{% translate "From The Journal of Random Thoughts" %}<span class="latest-pill">Latest</span></h2> <div class="recent-journal-entries">{% include "journals/_partials/journal_entries.html" with journal=recent_journal %}</div> <div class="pamphlet pamphlet-banner"></div> @@ -77,7 +78,6 @@ </a> {% endfor %} </div> - <div class="pamphlet pamphlet-banner"></div> {% endblock content %} {% block scripts %} <script type="text/javascript" src="{% static 'js/libs/marquee.js' %}"></script> |
