summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/page.html')
-rw-r--r--themes/lv2/templates/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/lv2/templates/page.html b/themes/lv2/templates/page.html
index 6adfc0d..107092e 100644
--- a/themes/lv2/templates/page.html
+++ b/themes/lv2/templates/page.html
@@ -16,7 +16,6 @@
<h1><a href="{{ SITEURL }}/pages/{{ page.slug }}.html" id="page-title">{{ page.title }}</a></h1>
{% endif %}
</header>
- {{ page.content }}
{% if page.gallery %}
<div id="slideshow">
{% for photo_set in page.gallery.photos %}
@@ -25,4 +24,5 @@
</div>
<script type="text/javascript" src="{{ SITEURL }}/theme/js/slideshow.js"></script>
{% endif %}
+ {{ page.content }}
{% endblock %}