summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
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$