diff options
Diffstat (limited to 'templates/partials/pagelistByYear.html')
-rw-r--r-- | templates/partials/pagelistByYear.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/partials/pagelistByYear.html b/templates/partials/pagelistByYear.html new file mode 100644 index 0000000..ff55f0f --- /dev/null +++ b/templates/partials/pagelistByYear.html | |||
@@ -0,0 +1,11 @@ | |||
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$ | ||