diff options
Diffstat (limited to 'templates/pagelistByYear.html')
-rw-r--r-- | templates/pagelistByYear.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html index 20ce6c4..b884d89 100644 --- a/templates/pagelistByYear.html +++ b/templates/pagelistByYear.html | |||
@@ -2,9 +2,9 @@ $for(pages)$ | |||
2 | $for(it.by_year)$ | 2 | $for(it.by_year)$ |
3 | $-- <hr class="c-spacer" /> | 3 | $-- <hr class="c-spacer" /> |
4 | $-- <h2>$it.key$</h2> | 4 | $-- <h2>$it.key$</h2> |
5 | <ul class="s-refs"> | 5 | <ul> |
6 | $for(it.value)$ | 6 | $for(it.value)$ |
7 | <li> | 7 | <li class="c-page__prefixed c-page__prefixed--ref"> |
8 | <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a> | 8 | <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a> |
9 | </li> | 9 | </li> |
10 | $endfor$ | 10 | $endfor$ |