summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-12-29 15:51:49 +0100
committerVolpeon <git@volpeon.ink>2021-12-29 15:51:49 +0100
commit312015e8f74ca1738e7160e5d66cad9dcb07c6fd (patch)
tree0fa7922b190e22bfd82627d4b65552a981cd0340 /templates/base.html
parentSupport for more complex layouts (diff)
downloadvolpeon.ink-312015e8f74ca1738e7160e5d66cad9dcb07c6fd.tar.gz
volpeon.ink-312015e8f74ca1738e7160e5d66cad9dcb07c6fd.tar.bz2
volpeon.ink-312015e8f74ca1738e7160e5d66cad9dcb07c6fd.zip
Initial gallery macro
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
1 files changed, 0 insertions, 2 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$