diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/gallery.html | 11 |
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> | ||