summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-12 20:57:49 +0200
committerVolpeon <git@volpeon.ink>2021-05-12 20:57:49 +0200
commit4f19f33e2638790f5829f2d010408c2389591fd6 (patch)
treea94b1b0caba7dd2cefe7c64c24f2e7a4ccfdab0e /templates/layouts/categorized_list.html
parentDesign (diff)
downloadvolpeon.ink-4f19f33e2638790f5829f2d010408c2389591fd6.tar.gz
volpeon.ink-4f19f33e2638790f5829f2d010408c2389591fd6.tar.bz2
volpeon.ink-4f19f33e2638790f5829f2d010408c2389591fd6.zip
Simplified cards
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index ef9e061..0a881d2 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -13,8 +13,8 @@ $body$
13 </h2> 13 </h2>
14 $for(it.pages)$ 14 $for(it.pages)$
15 <a href="$it.url.rel$" class="c-post-list__post c-card"> 15 <a href="$it.url.rel$" class="c-post-list__post c-card">
16 <div class="c-card__content"> 16 <div class="c-card__content c-post-list__post-title">
17 <strong class="c-post-list__post-title u-db">$it.title$</strong> 17 $it.title$
18 </div> 18 </div>
19 $if(it.category.show_date)$ 19 $if(it.category.show_date)$
20 <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content"> 20 <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content">