summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-17 09:36:43 +0200
committerVolpeon <git@volpeon.ink>2021-05-17 09:36:43 +0200
commited0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9 (patch)
tree9e2d42ba3e49d1528d1b5721b05331f2af613309 /templates/layouts
parentDesign (diff)
downloadvolpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.tar.gz
volpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.tar.bz2
volpeon.ink-ed0f6da4f3ad744b592aa65ddf4e4cb2d7aea7c9.zip
Design
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/ascii_fox.html1
-rw-r--r--templates/layouts/ascii_fox_small.html1
-rw-r--r--templates/layouts/categorized_list.html12
3 files changed, 8 insertions, 6 deletions
diff --git a/templates/layouts/ascii_fox.html b/templates/layouts/ascii_fox.html
index 9ae3b29..f5e5316 100644
--- a/templates/layouts/ascii_fox.html
+++ b/templates/layouts/ascii_fox.html
@@ -1,3 +1,4 @@
1
1 ' ' ' ' ' ' 2 ' ' ' ' ' '
2 ' ' ' ' ' ' ' ' ' ' ' ' ' 3 ' ' ' ' ' ' ' ' ' ' ' ' '
3 ' . | | | ' ' ' ' ' | | ' ' | ' 4 ' . | | | ' ' ' ' ' | | ' ' | '
diff --git a/templates/layouts/ascii_fox_small.html b/templates/layouts/ascii_fox_small.html
index bb02a96..ea05aa2 100644
--- a/templates/layouts/ascii_fox_small.html
+++ b/templates/layouts/ascii_fox_small.html
@@ -1,3 +1,4 @@
1
1 ' ' ' ' 2 ' ' ' '
2 | | ' ' ' | | ' ' 3 | | ' ' ' | | ' '
3 | ' | ' ' ' | ' | ' ' 4 | ' | ' ' ' | ' | ' '
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 1a074e4..1101e27 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -14,17 +14,17 @@ $body$
14 <div class="c-post-list__category-content"> 14 <div class="c-post-list__category-content">
15 $for(it.pages)$ 15 $for(it.pages)$
16 <a href="$it.url.rel$" class="c-post-list__post c-card"> 16 <a href="$it.url.rel$" class="c-post-list__post c-card">
17 <div class="c-card__content c-post-list__post-title"> 17 <div class="c-card__content">
18 $it.title$ 18 $it.title$
19 </div> 19 </div>
20 $if(it.category.show_date)$ 20 $if(it.category.show_date)$
21 <time datetime="$it.date.yyyy_mm_dd$" class="c-post-list__post-date c-card__content"> 21 <time datetime="$it.date.yyyy_mm_dd$" class="c-card__content u-flex-shrink-0">
22 <span class="u-dn@sm-hi"> 22 <small class="u-dn@sm-hi">
23 $it.date.short$ 23 $it.date.short$
24 </span> 24 </small>
25 <span class="u-dn@sm-lo"> 25 <small class="u-dn@sm-lo">
26 $it.date.long$ 26 $it.date.long$
27 </span> 27 </small>
28 </time> 28 </time>
29 $endif$ 29 $endif$
30 </a> 30 </a>