diff options
Diffstat (limited to 'templates/partials')
-rw-r--r-- | templates/partials/gallery_card.html | 8 | ||||
-rw-r--r-- | templates/partials/grid_card.html | 8 | ||||
-rw-r--r-- | templates/partials/list_card.html | 12 |
3 files changed, 15 insertions, 13 deletions
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index deffb3f..6692888 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
@@ -37,11 +37,11 @@ $if(it.thumbnail)$ | |||
37 | <small class="u-d-block u-elp">$it.category$</small> | 37 | <small class="u-d-block u-elp">$it.category$</small> |
38 | <strong class="u-d-block u-elp">$it.title$</strong> | 38 | <strong class="u-d-block u-elp">$it.title$</strong> |
39 | $elseif(it.date)$ | 39 | $elseif(it.date)$ |
40 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 40 | <small class="u-d-block"> |
41 | <small> | 41 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
42 | $it.date.long$ | 42 | $it.date.long$ |
43 | </small> | 43 | </time> |
44 | </time> | 44 | </small> |
45 | <strong class="u-d-block u-elp">$it.title$</strong> | 45 | <strong class="u-d-block u-elp">$it.title$</strong> |
46 | $else$ | 46 | $else$ |
47 | <span class="p-name" itemprop="name headline"> | 47 | <span class="p-name" itemprop="name headline"> |
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 9af9415..003e59f 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
@@ -24,11 +24,11 @@ $if(it.url)$ | |||
24 | <small class="u-d-block u-elp">$it.category$</small> | 24 | <small class="u-d-block u-elp">$it.category$</small> |
25 | <strong class="u-d-block u-elp">$it.title$</strong> | 25 | <strong class="u-d-block u-elp">$it.title$</strong> |
26 | $elseif(it.date)$ | 26 | $elseif(it.date)$ |
27 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 27 | <small class="u-d-block"> |
28 | <small> | 28 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
29 | $it.date.long$ | 29 | $it.date.long$ |
30 | </small> | 30 | </time> |
31 | </time> | 31 | </small> |
32 | <strong class="u-d-block u-elp">$it.title$</strong> | 32 | <strong class="u-d-block u-elp">$it.title$</strong> |
33 | $else$ | 33 | $else$ |
34 | <span class="p-name" itemprop="name headline"> | 34 | <span class="p-name" itemprop="name headline"> |
diff --git a/templates/partials/list_card.html b/templates/partials/list_card.html index 6cf0e67..dc9111e 100644 --- a/templates/partials/list_card.html +++ b/templates/partials/list_card.html | |||
@@ -24,7 +24,9 @@ $if(it.url)$ | |||
24 | <small class="u-d-block">$it.category$</small> | 24 | <small class="u-d-block">$it.category$</small> |
25 | <strong class="u-d-block">$it.title$</strong> | 25 | <strong class="u-d-block">$it.title$</strong> |
26 | $elseif(it.date)$ | 26 | $elseif(it.date)$ |
27 | <time datetime="$it.date.yyyy_mm_dd$" class="u-d-block"><small>$it.date.long$</small></time> | 27 | <small> |
28 | <time datetime="$it.date.yyyy_mm_dd$">$it.date.long$</time> | ||
29 | </small> | ||
28 | <strong class="u-d-block">$it.title$</strong> | 30 | <strong class="u-d-block">$it.title$</strong> |
29 | $else$ | 31 | $else$ |
30 | <span class="p-name" itemprop="name headline"> | 32 | <span class="p-name" itemprop="name headline"> |
@@ -44,11 +46,11 @@ $if(it.url)$ | |||
44 | $it.category$ | 46 | $it.category$ |
45 | </small> | 47 | </small> |
46 | $elseif(it.date)$ | 48 | $elseif(it.date)$ |
47 | <time datetime="$it.date.yyyy_mm_dd$" class="l-media__block u-d-none@sm-lo" itemprop="dateCreated"> | 49 | <small class="l-media__block u-d-none@sm-lo"> |
48 | <small> | 50 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
49 | $it.date.short$ | 51 | $it.date.short$ |
50 | </small> | 52 | </time> |
51 | </time> | 53 | </small> |
52 | $endif$ | 54 | $endif$ |
53 | $if(it.post_icon)$ | 55 | $if(it.post_icon)$ |
54 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> | 56 | <svg class="l-media__block o-icon" width="1em" height="1em" aria-hidden="true"> |