Fix rezept bug
This commit is contained in:
parent
e9748e2077
commit
3e68ddb187
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue