diff options
author | Volpeon <git@volpeon.ink> | 2021-11-13 18:03:55 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-13 18:03:55 +0100 |
commit | c20ea9f6922557db29061a5d53c067ab20c734b9 (patch) | |
tree | 8db62241b809d73c51f9e7f8c3189638d9700c88 /templates/base.html | |
parent | Fix persistent scrollbar (diff) | |
download | volpeon.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.html | 4 |
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)$ |