diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/categorized_list.html | 8 | ||||
-rw-r--r-- | templates/layouts/page.html | 4 |
2 files changed, 4 insertions, 8 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 75c636a..8cc5c24 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -6,11 +6,9 @@ $body$ | |||
6 | 6 | ||
7 | $for(pages.by_category)$ | 7 | $for(pages.by_category)$ |
8 | <h2> | 8 | <h2> |
9 | <span class="s-body__title-inner"> | 9 | $for(it.value/first/first)$ |
10 | $for(it.value/first/first)$ | 10 | $it.category.name$ |
11 | $it.category.name$ | 11 | $endfor$ |
12 | $endfor$ | ||
13 | </span> | ||
14 | </h2> | 12 | </h2> |
15 | <ul> | 13 | <ul> |
16 | $for(it.value)$ | 14 | $for(it.value)$ |
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index e985484..e45f6eb 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -2,9 +2,7 @@ | |||
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
3 | $if(category.show_date)$ | 3 | $if(category.show_date)$ |
4 | <div class="s-body__meta"> | 4 | <div class="s-body__meta"> |
5 | <div class="s-body__meta-item"> | 5 | $date.long$ |
6 | $date.yyyy_mm_dd$ | ||
7 | </div> | ||
8 | </div> | 6 | </div> |
9 | $endif$ | 7 | $endif$ |
10 | 8 | ||