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/list.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/list.html')
| -rw-r--r-- | templates/list.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/list.html b/templates/list.html new file mode 100644 index 0000000..3522754 --- /dev/null +++ b/templates/list.html | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | $body$ | ||
| 2 | |||
| 3 | ${partials/categoriesById()} | ||
| 4 | ${partials/pagelistByYear()} | ||
