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 @@ ...@@ -7,7 +7,7 @@
<title>{% block title %}{% endblock %}</title> <title>{% block title %}{% endblock %}</title>
</head> </head>
<body> <body>
<div class="container"> <div id="container">
<div id="header"> <div id="header">
<h1 id="pagetitle">Dominik George</h1> <h1 id="pagetitle">Dominik George</h1>
<p id="subtitle">Free Software Fellow, Education Enthusiast, sozialliberal</p> <p id="subtitle">Free Software Fellow, Education Enthusiast, sozialliberal</p>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
{% endif %} {% endif %}
</ul> </ul>
</div> </div>
<div id="page"> <div id="page" {% if page %}class="{{ page.slug }}"{% endif %}>
{% block content %}{% endblock %} {% block content %}{% endblock %}
</div> </div>
<div id="footer"> <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