Fix rezept bug

This commit is contained in:
L3D 2019-03-07 23:24:11 +01:00
parent e9748e2077
commit 3e68ddb187
2 changed files with 6 additions and 3 deletions

View file

@ -232,7 +232,9 @@
<script src="{{ '/js/jquery.scrolly.min.js'|asseturl }}"></script>
<script src="{{ '/js/jquery.scrollex.min.js'|asseturl }}"></script>
<script src="{{ '/js/skel.min.js'|asseturl }}"></script>
<script src="{{ '/js/util.js'|asseturl }}"></script>
<script src="{{ '/js/main.js'|asseturl }}"></script>
<script src="{{ '/js/util.js'|asseturl }}"></script>{%
block mainjs %}
<script src="{{ '/js/main.js'|asseturl }}"></script>{%
endblock %}
</body>
</html>

View file

@ -3,8 +3,9 @@
{% block title
%}{{ this.title }}{%
endblock %}
{% block mainjs %}{% endblock %}
{% block body %}
<section id="four" class="style1 special fade-up">
<section id="four" class="wrapper style1 special fade-up">
<div class="container">
<header class="major">
<h2>{{ this.title }}</h2>