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/pagelistByYear.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/pagelistByYear.html')
| -rw-r--r-- | templates/pagelistByYear.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html index b884d89..ff55f0f 100644 --- a/templates/pagelistByYear.html +++ b/templates/pagelistByYear.html | |||
| @@ -1,13 +1,11 @@ | |||
| 1 | $for(pages)$ | 1 | $for(pages)$ |
| 2 | $for(it.by_year)$ | 2 | $for(it.by_year)$ |
| 3 | $-- <hr class="c-spacer" /> | 3 | <ul> |
| 4 | $-- <h2>$it.key$</h2> | 4 | $for(it.value)$ |
| 5 | <ul> | 5 | <li class="c-page__prefixed c-page__prefixed--ref"> |
| 6 | $for(it.value)$ | 6 | <a href="$it.url.rel$">$it.category/uppercase$ $it.date.yyyy_mm_dd$ - $it.title$</a> |
| 7 | <li class="c-page__prefixed c-page__prefixed--ref"> | 7 | </li> |
| 8 | <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a> | 8 | $endfor$ |
| 9 | </li> | 9 | </ul> |
| 10 | $endfor$ | 10 | $endfor$ |
| 11 | </ul> | ||
| 12 | $endfor$ | ||
| 13 | $endfor$ | 11 | $endfor$ |
