fix formatting of jinja files
This commit is contained in:
@@ -1,16 +1,17 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
|
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
<head>
|
|
||||||
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>{% block title %}{% endblock %}</title>
|
<title>{% block title %}{% endblock %}</title>
|
||||||
<meta name="description" content="Persönliche Website von Niklas Elsbrock." />
|
<meta name="description" content="Persönliche Website von Niklas Elsbrock." />
|
||||||
<meta name="copyright" content="Niklas Elsbrock" />
|
<meta name="copyright" content="Niklas Elsbrock" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="/resources/style.css" />
|
<link rel="stylesheet" href="/resources/style.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="viewstretch">
|
<div class="viewstretch">
|
||||||
{% block main %}{% endblock %}
|
{% block main %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
@@ -22,5 +23,6 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>Geeignet für Allergiker: Diese Website enthält kein JavaScript.</p>
|
<p>Geeignet für Allergiker: Diese Website enthält kein JavaScript.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
{% block title %}Niklas Elsbrock{% endblock %}
|
{% block title %}Niklas Elsbrock{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main class="card">
|
<main class="card">
|
||||||
<div class="main-info">
|
<div class="main-info">
|
||||||
<h1>Niklas Elsbrock</h1>
|
<h1>Niklas Elsbrock</h1>
|
||||||
<p>Softwareentwickler und Informatikstudent</p>
|
<p>Softwareentwickler und Informatikstudent</p>
|
||||||
@@ -16,5 +16,5 @@
|
|||||||
<li><a class="link-pgp-key" href="/niklas_elsbrock.asc">PGP</a></li>
|
<li><a class="link-pgp-key" href="/niklas_elsbrock.asc">PGP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
{% block title %}Open-Source-Lizenzen – Niklas Elsbrock{% endblock %}
|
{% block title %}Open-Source-Lizenzen – Niklas Elsbrock{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main>
|
<main>
|
||||||
<h1>Open-Source-Lizenzen</h1>
|
<h1>Open-Source-Lizenzen</h1>
|
||||||
|
|
||||||
<h2>Schriftarten:</h2>
|
<h2>Schriftarten:</h2>
|
||||||
@@ -30,5 +30,5 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
{% block title %}Datenschutz – Niklas Elsbrock{% endblock %}
|
{% block title %}Datenschutz – Niklas Elsbrock{% endblock %}
|
||||||
|
|
||||||
{% block main %}
|
{% block main %}
|
||||||
<main>
|
<main>
|
||||||
<h1>Datenschutz</h1>
|
<h1>Datenschutz</h1>
|
||||||
<p>Verantwortlich für diese Website ist</p>
|
<p>Verantwortlich für diese Website ist</p>
|
||||||
<address>
|
<address>
|
||||||
@@ -23,5 +23,5 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
<a href="/" data-icon="">Zurück zur Hauptseite</a>
|
||||||
</p>
|
</p>
|
||||||
</main>
|
</main>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user