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, 11 insertions, 0 deletions
diff --git a/templates/layouts/gallery.html b/templates/layouts/gallery.html
new file mode 100644
index 0000000..46c47a6
--- /dev/null
+++ b/templates/layouts/gallery.html
@@ -0,0 +1,11 @@
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>