diff options
author | Volpeon <git@volpeon.ink> | 2020-12-29 21:05:48 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-29 21:05:48 +0100 |
commit | 1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2 (patch) | |
tree | b3f1f5dcc11fd235521fd443cb39251eb8532f17 /templates/categoryRef.html | |
parent | Improved CSS classes for page content, added proper ref list macro, build scr... (diff) | |
download | volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.tar.gz volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.tar.bz2 volpeon.ink-1bea0b7b1ecf0b04f724e2cda575df8bdbb70ad2.zip |
Improved metadata generation, added ATOM feeds
Diffstat (limited to 'templates/categoryRef.html')
-rw-r--r-- | templates/categoryRef.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/categoryRef.html b/templates/categoryRef.html index 9a363cf..5715fa8 100644 --- a/templates/categoryRef.html +++ b/templates/categoryRef.html | |||
@@ -1,7 +1,7 @@ | |||
1 | $if(categories)$ | 1 | $if(it)$ |
2 | <ul class="c-hlist"> | 2 | <ul class="c-hlist"> |
3 | $for(categories)$ | 3 | $for(it/pairs)$ |
4 | <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> | 4 | <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value$</li> |
5 | $endfor$ | 5 | $endfor$ |
6 | </ul> | 6 | </ul> |
7 | $endif$ | 7 | $endif$ |