Update templates/base.j2
This commit is contained in:
parent
d82d801db8
commit
42e64c8d03
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue