summaryrefslogtreecommitdiffstats
path: root/templates/base.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-13 18:03:55 +0100
committerVolpeon <git@volpeon.ink>2021-11-13 18:03:55 +0100
commitc20ea9f6922557db29061a5d53c067ab20c734b9 (patch)
tree8db62241b809d73c51f9e7f8c3189638d9700c88 /templates/base.html
parentFix persistent scrollbar (diff)
downloadvolpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.tar.gz
volpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.tar.bz2
volpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.zip
Improved list generation, remove index template
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index e736864..ede7941 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -63,8 +63,8 @@
63 </nav> 63 </nav>
64 64
65 <main> 65 <main>
66 $if(namespace.root.is_index)$ 66 $if(layout.is_deep_categorized_list)$
67${layouts/index()} 67${layouts/deep_categorized_list()}
68 $elseif(layout.is_categorized_list)$ 68 $elseif(layout.is_categorized_list)$
69${layouts/categorized_list()} 69${layouts/categorized_list()}
70 $elseif(layout.is_list)$ 70 $elseif(layout.is_list)$