diff options
author | Volpeon <git@volpeon.ink> | 2020-12-30 11:30:59 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-30 11:30:59 +0100 |
commit | d90d07fa3938c944fe8897e7ce1d995bd660573d (patch) | |
tree | a1c6a331a00ab9fb40104a0f7d828cd66ac6c2e2 /templates/pagelistByYear.html | |
parent | Fixed finding subpages in some cases, use multiple sorted arrays for categories (diff) | |
download | volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.gz volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.tar.bz2 volpeon.ink-d90d07fa3938c944fe8897e7ce1d995bd660573d.zip |
Better templates structure, better script config
Diffstat (limited to 'templates/pagelistByYear.html')
-rw-r--r-- | templates/pagelistByYear.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html deleted file mode 100644 index ff55f0f..0000000 --- a/templates/pagelistByYear.html +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | $for(pages)$ | ||
2 | $for(it.by_year)$ | ||
3 | <ul> | ||
4 | $for(it.value)$ | ||
5 | <li class="c-page__prefixed c-page__prefixed--ref"> | ||
6 | <a href="$it.url.rel$">$it.category/uppercase$ $it.date.yyyy_mm_dd$ - $it.title$</a> | ||
7 | </li> | ||
8 | $endfor$ | ||
9 | </ul> | ||
10 | $endfor$ | ||
11 | $endfor$ | ||