fix formatting of jinja files
This commit is contained in:
@@ -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>
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}Niklas Elsbrock{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<main class="card">
|
||||
<main class="card">
|
||||
<div class="main-info">
|
||||
<h1>Niklas 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 %}
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}Open-Source-Lizenzen – Niklas Elsbrock{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<main>
|
||||
<main>
|
||||
<h1>Open-Source-Lizenzen</h1>
|
||||
|
||||
<h2>Schriftarten:</h2>
|
||||
@@ -30,5 +30,5 @@
|
||||
<p>
|
||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
</main>
|
||||
</main>
|
||||
{% endblock %}
|
||||
@@ -3,7 +3,7 @@
|
||||
{% block title %}Datenschutz – 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="">Zurück zur Hauptseite</a>
|
||||
</p>
|
||||
</main>
|
||||
</main>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user