This commit is contained in:
bkfox 2017-08-21 16:12:00 +02:00
parent fe5211cd41
commit 5ad7e0fc51

View File

@ -32,6 +32,7 @@
<title>{{ page.title }}</title> <title>{{ page.title }}</title>
</head> </head>
{% spaceless %}
<body> <body>
<div class="menu top"> <div class="menu top">
{% render_sections position="top" %} {% render_sections position="top" %}
@ -120,4 +121,5 @@
</footer> </footer>
{% endblock %} {% endblock %}
</body> </body>
{% endspaceless %}
</html> </html>