diff options
Diffstat (limited to 'themes/lv2/templates/page.html')
-rw-r--r-- | themes/lv2/templates/page.html | 8 |
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 %} |