Paste text from jotoho.de into index.html

This commit is contained in:
Jonas Tobias Hopusch 2021-06-13 22:56:07 +02:00
parent a5cd2eea5a
commit 3e5db79a3f
Failed to generate hash of commit
1 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,12 @@
{% extends "base.html" %} {% block content %} {% extends "base.html" %} {% block content %}
<h1 class="title">This is my blog made with Zola.</h1> <article>
<p lang="en">
This page is a placeholder for this domain, as I am not sure
what to put here yet.
</p>
<p lang="de">
Diese Seite ist ein Platzhalter für diese Domäne, weil ich noch
nicht weiß, was ich hier hin packen will.
</p>
</article>
{% endblock content %} {% endblock content %}