summaryrefslogtreecommitdiffstats
path: root/templates/layouts/gallery.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/gallery.html')
-rw-r--r--templates/layouts/gallery.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/layouts/gallery.html b/templates/layouts/gallery.html
deleted file mode 100644
index 46c47a6..0000000
--- a/templates/layouts/gallery.html
+++ /dev/null
@@ -1,11 +0,0 @@
1<article class="s-body s-colored-links s-headlines $if(intro)$s-intro$endif$">
2 $if(date)$
3 <div class="s-body__meta">
4 $date.long$
5 </div>
6 $endif$
7
8 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
9
10$body$
11</article>