Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
42e64c8d03 Update templates/base.j2 2025-03-28 10:48:44 +01:00
d82d801db8 Merge pull request 'adrianux' (#1) from adrianux into master
Reviewed-on: #1
2025-03-28 10:44:22 +01:00

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>