Integrate map in colorbox and photoswipe

This commit is contained in:
Simon Conseil
2021-11-21 19:17:17 +01:00
parent 17cd8dd752
commit 39f935d521
4 changed files with 4 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
{% endif %}
{%- endmacro %}
{% include 'map.html' %}
<div id="gallery">
{% for media in album.medias %}
{% if loop.index % nb_columns == 1 %}

View File

@@ -14,6 +14,7 @@
{% if user_css %}
<link rel="stylesheet" href="{{ theme.url }}/{{ user_css }}">
{% endif %}
{% include 'default_head.html' %}
{% block extra_head %}{% endblock extra_head %}
{% include 'analytics.html' %}
</head>

View File

@@ -23,6 +23,7 @@
{% endif %}
{% endif %}
{% include 'map.html' %}
<div class="gallery" itemscope itemtype="http://schema.org/ImageGallery">
{% for media in album.medias %}
{% if media.type == "image" %}

View File

@@ -8,6 +8,7 @@
<meta name="description" content="">
<meta name="author" content="{{ album.author }}">
<meta name="viewport" content="width=device-width">
{% include 'default_head.html' %}
{% block extra_head %}{% endblock extra_head %}
<link rel="stylesheet" href="{{ theme.url }}/styles.css">
{% if user_css %}