Compare commits

..

No commits in common. "master" and "adrianux" have entirely different histories.

View file

@ -14,6 +14,9 @@
<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>