diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 | ||||
-rw-r--r-- | templates/layouts/categorized_list.html | 8 | ||||
-rw-r--r-- | templates/layouts/page.html | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/templates/base.html b/templates/base.html index 23fd251..cd1e869 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -29,7 +29,7 @@ | |||
29 | <title>$if(section.is_index)$$else$$title$ – $endif$$site.title$</title> | 29 | <title>$if(section.is_index)$$else$$title$ – $endif$$site.title$</title> |
30 | 30 | ||
31 | <link rel="preload" href="/style.css" as="style" /> | 31 | <link rel="preload" href="/style.css" as="style" /> |
32 | <link rel="preload" href="/symbols.svg" as="other" type="image/svg+xml" /> | 32 | <link rel="preload" href="/symbols.svg" as="image" type="image/svg+xml" /> |
33 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 33 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
34 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 34 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
35 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 35 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
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 | ||