[fix] remove link to home in gallery pages by error
This commit is contained in:
parent
84927b9665
commit
0b54c9ace1
@ -16,6 +16,15 @@
|
|||||||
{% include "sections/" + section.type + ".html" %}
|
{% include "sections/" + section.type + ".html" %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
<div class="back-to-home">
|
||||||
|
<hr>
|
||||||
|
<a href="..">
|
||||||
|
<div id="logo" src="./../static/img/logo.svg"/>
|
||||||
|
HOME
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../static/js/baguetteBox.min.js" charset="utf-8"></script>
|
<script type="text/javascript" src="../static/js/baguetteBox.min.js" charset="utf-8"></script>
|
||||||
<script type="text/javascript" charset="utf-8">
|
<script type="text/javascript" charset="utf-8">
|
||||||
baguetteBox.run(".baguette", {});
|
baguetteBox.run(".baguette", {});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user