kittv
/
web
Archived
6
3
Fork 2

Fancybox update

Closes: #41
Emil Miler 1 year ago
parent 8d7503ae6b
commit 1c865965d2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,9 +1,5 @@
{% extends "base.html" %}
{% block styles %}
<link rel="stylesheet" href="{{ get_url(path="fancybox/jquery.fancybox.min.css") }}">
{% endblock styles %}
{% block extra %}
{{ macro::breadcrumbs(page=section) }}
{% endblock %}
@ -20,8 +16,3 @@
</section>
</main>
{% endblock content %}
{% block javascript %}
<script src="{{ get_url(path="lib/jquery-3.6.0.min.js") }}"></script>
<script src="{{ get_url(path="fancybox/jquery.fancybox.min.js") }}"></script>
{% endblock %}

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block styles %}
<link rel="stylesheet" href="{{ get_url(path="fancybox/jquery.fancybox.min.css") }}">
<link rel="stylesheet" href="{{ get_url(path="fancybox/fancybox.css") }}">
{% endblock styles %}
{% block extra %}
@ -23,6 +23,6 @@
{% endblock content %}
{% block javascript %}
<script src="{{ get_url(path="lib/jquery-3.6.0.min.js") }}"></script>
<script src="{{ get_url(path="fancybox/jquery.fancybox.min.js") }}"></script>
<script src="{{ get_url(path="fancybox/fancybox.js") }}"></script>
<script>Fancybox.bind("[data-fancybox]", {});</script>
{% endblock %}