diff options
Diffstat (limited to 'nikola/data/themes/orphan/templates/gallery.tmpl')
| -rw-r--r-- | nikola/data/themes/orphan/templates/gallery.tmpl | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/nikola/data/themes/orphan/templates/gallery.tmpl b/nikola/data/themes/orphan/templates/gallery.tmpl deleted file mode 100644 index 3186cc8..0000000 --- a/nikola/data/themes/orphan/templates/gallery.tmpl +++ /dev/null @@ -1,31 +0,0 @@ -## -*- coding: utf-8 -*- -<%inherit file="base.tmpl"/> -<%namespace name="disqus" file="disqus_helper.tmpl"/> -<%block name="sourcelink"></%block> - -<%block name="content"> - <ul class="breadcrumb"> - % for link, crumb in crumbs: - <li><a href="${link}">/ ${crumb}</a></li> - % endfor - </ul> - %if text: - <p> - ${text} - </p> - %endif - <ul> - % for folder in folders: - <li><a href="${folder}"><i class="icon-folder-open"></i> ${folder}</a></li> - % endfor - </ul> - <ul class="thumbnails"> - %for image in images: - <li><a href="${image[0]}" class="thumbnail image-reference" ${image[2]}> - <img src="${image[1]}" /></a></li> - %endfor - </ul> -%if enable_comments: - ${disqus.html_disqus(None, permalink, title)} -%endif -</%block> |
