fix formatting of jinja files

This commit is contained in:
2026-05-07 16:35:59 +02:00
parent adadafca15
commit 95a91d9aca
4 changed files with 78 additions and 76 deletions
+6 -4
View File
@@ -1,16 +1,17 @@
<!DOCTYPE html>
<html lang="de">
<head>
<head>
<meta charset="UTF-8" />
<title>{% block title %}{% endblock %}</title>
<meta name="description" content="Persönliche Website von Niklas Elsbrock." />
<meta name="copyright" content="Niklas Elsbrock" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/resources/style.css" />
</head>
</head>
<body>
<body>
<div class="viewstretch">
{% block main %}{% endblock %}
</div>
@@ -22,5 +23,6 @@
</p>
<p>Geeignet für Allergiker: Diese Website enthält kein JavaScript.</p>
</footer>
</body>
</body>
</html>
+2 -2
View File
@@ -3,7 +3,7 @@
{% block title %}Niklas Elsbrock{% endblock %}
{% block main %}
<main class="card">
<main class="card">
<div class="main-info">
<h1>Niklas&nbsp;Elsbrock</h1>
<p>Softwareentwickler und Informatikstudent</p>
@@ -16,5 +16,5 @@
<li><a class="link-pgp-key" href="/niklas_elsbrock.asc">PGP</a></li>
</ul>
</nav>
</main>
</main>
{% endblock %}
+2 -2
View File
@@ -3,7 +3,7 @@
{% block title %}Open-Source-Lizenzen &ndash; Niklas Elsbrock{% endblock %}
{% block main %}
<main>
<main>
<h1>Open-Source-Lizenzen</h1>
<h2>Schriftarten:</h2>
@@ -30,5 +30,5 @@
<p>
<a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a>
</p>
</main>
</main>
{% endblock %}
+2 -2
View File
@@ -3,7 +3,7 @@
{% block title %}Datenschutz &ndash; Niklas Elsbrock{% endblock %}
{% block main %}
<main>
<main>
<h1>Datenschutz</h1>
<p>Verantwortlich für diese Website ist</p>
<address>
@@ -23,5 +23,5 @@
<p>
<a href="/" data-icon="&#xf060;">Zurück zur Hauptseite</a>
</p>
</main>
</main>
{% endblock %}