summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
committerVolpeon <git@volpeon.ink>2021-05-05 21:57:07 +0200
commita81b62cf82e1f0f2d31521ce0561201762ced44e (patch)
tree1def39c531ece921fbc9de7e6247995baeba8398 /templates/layouts
parentUpdate (diff)
downloadvolpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.gz
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.tar.bz2
volpeon.ink-a81b62cf82e1f0f2d31521ce0561201762ced44e.zip
Update
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/categorized_list.html8
-rw-r--r--templates/layouts/page.html4
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