diff options
author | Volpeon <git@volpeon.ink> | 2021-11-14 09:28:25 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-14 09:28:25 +0100 |
commit | ac027192285ad741b3ac1b837e1c363beb8f3791 (patch) | |
tree | 7f00bf8cb177ce844a9deb8f2a8dbe0bed721edd /templates/base.html | |
parent | Update (diff) | |
download | volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.tar.gz volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.tar.bz2 volpeon.ink-ac027192285ad741b3ac1b837e1c363beb8f3791.zip |
Generate special list metadata
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index ede7941..eb088c4 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -63,9 +63,7 @@ | |||
63 | </nav> | 63 | </nav> |
64 | 64 | ||
65 | <main> | 65 | <main> |
66 | $if(layout.is_deep_categorized_list)$ | 66 | $if(layout.is_categorized_list)$ |
67 | ${layouts/deep_categorized_list()} | ||
68 | $elseif(layout.is_categorized_list)$ | ||
69 | ${layouts/categorized_list()} | 67 | ${layouts/categorized_list()} |
70 | $elseif(layout.is_list)$ | 68 | $elseif(layout.is_list)$ |
71 | ${layouts/list()} | 69 | ${layouts/list()} |