diff options
author | Volpeon <git@volpeon.ink> | 2020-12-30 09:55:37 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-30 09:55:37 +0100 |
commit | 8132f5172d286ef73f5d0f2cfbd95da713870484 (patch) | |
tree | 0aa9ae8cee715f4d5d654e8e87fad5662a9e6ce8 /templates/base.html | |
parent | Revert to old category metadata collection, add support for authors (diff) | |
download | volpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.tar.gz volpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.tar.bz2 volpeon.ink-8132f5172d286ef73f5d0f2cfbd95da713870484.zip |
Fixed finding subpages in some cases, use multiple sorted arrays for categories
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html index 4b8ea1e..48d7c72 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -52,10 +52,8 @@ ${pageHeader()} | |||
52 | $body$ | 52 | $body$ |
53 | 53 | ||
54 | $if(section.is_blog)$ | 54 | $if(section.is_blog)$ |
55 | $if(pages.not_empty)$ | 55 | ${categoriesById()} |
56 | ${categoryRef()} | 56 | ${pagelistByYear()} |
57 | ${pagelistByYear()} | ||
58 | $endif$ | ||
59 | $endif$ | 57 | $endif$ |
60 | </div> | 58 | </div> |
61 | </main> | 59 | </main> |