diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/layouts/gallery.html | 11 |
2 files changed, 0 insertions, 13 deletions
diff --git a/templates/base.html b/templates/base.html index 252069a..22ff913 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -69,8 +69,6 @@ ${layouts/categorized_list()} | |||
69 | ${layouts/list()} | 69 | ${layouts/list()} |
70 | $elseif(layout.is_redirect)$ | 70 | $elseif(layout.is_redirect)$ |
71 | ${layouts/redirect()} | 71 | ${layouts/redirect()} |
72 | $elseif(layout.is_gallery)$ | ||
73 | ${layouts/gallery()} | ||
74 | $else$ | 72 | $else$ |
75 | ${layouts/page()} | 73 | ${layouts/page()} |
76 | $endif$ | 74 | $endif$ |
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> | ||