diff options
author | Volpeon <git@volpeon.ink> | 2021-12-29 15:51:49 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-12-29 15:51:49 +0100 |
commit | 312015e8f74ca1738e7160e5d66cad9dcb07c6fd (patch) | |
tree | 0fa7922b190e22bfd82627d4b65552a981cd0340 /templates/base.html | |
parent | Support for more complex layouts (diff) | |
download | volpeon.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.html | 2 |
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$ |