summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-06-06 15:33:40 +0200
committerVolpeon <git@volpeon.ink>2021-06-06 15:33:40 +0200
commite8918511b8dca8c8b8b4728e265aff2a5e329518 (patch)
treee39d508206f9fc32a5c142ec41a6a31dec2ee828 /templates/layouts/categorized_list.html
parentSome design fixes, page list metadata improvements (diff)
downloadvolpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.tar.gz
volpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.tar.bz2
volpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.zip
Added 2 old dreams to the dream journal
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html2
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)$