summaryrefslogtreecommitdiffstats
path: root/themes/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-29 13:07:20 +0200
committerDavid Robillard <d@drobilla.net>2020-03-29 13:07:20 +0200
commitd0a9653ba9af0e1f06af5af0f7d0faca03843a7c (patch)
treec727cff23655b65c7648231baaf83bf5f2dc56b8 /themes/lv2
parent321d7577d9476d97c3618fddbc672feb5d0051c5 (diff)
downloadlv2site-d0a9653ba9af0e1f06af5af0f7d0faca03843a7c.tar.xz
Remove gallery
Diffstat (limited to 'themes/lv2')
-rw-r--r--themes/lv2/templates/page.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/lv2/templates/page.html b/themes/lv2/templates/page.html
index 107092e..8a3b94d 100644
--- a/themes/lv2/templates/page.html
+++ b/themes/lv2/templates/page.html
@@ -16,13 +16,5 @@
<h1><a href="{{ SITEURL }}/pages/{{ page.slug }}.html" id="page-title">{{ page.title }}</a></h1>
{% endif %}
</header>
- {% if page.gallery %}
- <div id="slideshow">
- {% for photo_set in page.gallery.photos %}
- <img src="{{ SITEURL }}/{{ photo_set['slider'].src }}" alt="{{ photo_set['slider'].src }}" />
- {% endfor %}
- </div>
- <script type="text/javascript" src="{{ SITEURL }}/theme/js/slideshow.js"></script>
- {% endif %}
{{ page.content }}
{% endblock %}