Update templates/base.j2

This commit is contained in:
ahoemann 2025-03-28 10:48:44 +01:00
parent d82d801db8
commit 42e64c8d03

View file

@ -14,9 +14,6 @@
<h1>{{ self.title() }}</h1> <h1>{{ self.title() }}</h1>
<article>{% block content %}{% endblock %}</article> <article>{% block content %}{% endblock %}</article>
</main> </main>
<footer class="container">
<p><a href="mailto:ahoemann@proton.me">ahoemann@proton.me</a>
</p>Authored by <a href="https://adrianux.net/">Adrian Hoemann</a>.
</footer>
</body> </body>
</html> </html>