diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 89bea78..9af0539 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -10,7 +10,7 @@ $body$ | |||
10 | $for(pages.asc_title)$ | 10 | $for(pages.asc_title)$ |
11 | $if(it.pages)$ | 11 | $if(it.pages)$ |
12 | <h2 class="c-post-list__category-header"> | 12 | <h2 class="c-post-list__category-header"> |
13 | $it.title$ | 13 | <a href="$it.url.rel$">$it.title$</a> |
14 | </h2> | 14 | </h2> |
15 | <div class="c-post-list__category-content"> | 15 | <div class="c-post-list__category-content"> |
16 | $if(pages.asc_title.show_dates)$ | 16 | $if(pages.asc_title.show_dates)$ |