diff options
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$ |