Integrate map in colorbox and photoswipe
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
{% endif %}
|
||||
{%- endmacro %}
|
||||
|
||||
{% include 'map.html' %}
|
||||
<div id="gallery">
|
||||
{% for media in album.medias %}
|
||||
{% if loop.index % nb_columns == 1 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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" %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user