Skip to content
Snippets Groups Projects
Verified Commit 4a4711e7 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fully recover old theme.

parent 57df162c
No related branches found
No related tags found
No related merge requests found
content/static/images/header.png

25.4 KiB

......@@ -7,7 +7,7 @@
<title>{% block title %}{% endblock %}</title>
</head>
<body>
<div class="container">
<div id="container">
<div id="header">
<h1 id="pagetitle">Dominik George</h1>
<p id="subtitle">Free Software Fellow, Education Enthusiast, sozialliberal</p>
......@@ -25,7 +25,7 @@
{% endif %}
</ul>
</div>
<div id="page">
<div id="page" {% if page %}class="{{ page.slug }}"{% endif %}>
{% block content %}{% endblock %}
</div>
<div id="footer">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment