Update page templating to centralize header and metatada, add 404 page

This commit is contained in:
Froge 2025-07-23 09:52:56 +10:00
parent 16941f6074
commit c0d63ab5f3
Signed by: froge
GPG key ID: A825E09930271BFA
4 changed files with 40 additions and 47 deletions

View file

@ -17,19 +17,7 @@
██████ ██ ██████ ███████ ██ ██ ██ ██ ██ ██████ ██████ ██ ██ ██ ███████
</pre></a></div>
<div class="dotted-border"></div>
<main id="main-content">
<div id="welcome-message">
<h1 class="title">Welcome</h1>
<p>This blog is made with 💜 and <a target="_blank" href="https://www.getzola.org">Zola!</a></p>
<p>It's currently running on <a target="_blank" href="https://www.vultr.com">Vultr</a> and <a target="_blank" href="https://www.openbsd.org">OpenBSD</a>
</p>
</div>
<div class="dotted-border"></div>
<div class="blog-entry-container">
<h3 class="title">View the latest posts</h3>
{% block content %} {% endblock %}
</div>
</main>
{% block content %} {% endblock content %}
</div>
</body>