diff options
-rw-r--r-- | templates/layouts/exhibit.html | 2 | ||||
-rw-r--r-- | templates/partials/gallery_card.html | 10 | ||||
-rw-r--r-- | templates/partials/grid_card.html | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/templates/layouts/exhibit.html b/templates/layouts/exhibit.html index 1ef3bff..3170305 100644 --- a/templates/layouts/exhibit.html +++ b/templates/layouts/exhibit.html | |||
@@ -33,7 +33,7 @@ | |||
33 | </time> | 33 | </time> |
34 | </small> | 34 | </small> |
35 | $endif$ | 35 | $endif$ |
36 | <strong class="u-d-block u-elp" itemprop="name headline">$title$</strong> | 36 | <strong class="u-d-block" itemprop="name headline">$title$</strong> |
37 | </div> | 37 | </div> |
38 | $if(date)$ | 38 | $if(date)$ |
39 | <small class="l-media__block u-d-none@sm-lo"> | 39 | <small class="l-media__block u-d-none@sm-lo"> |
diff --git a/templates/partials/gallery_card.html b/templates/partials/gallery_card.html index 6692888..40d3495 100644 --- a/templates/partials/gallery_card.html +++ b/templates/partials/gallery_card.html | |||
@@ -31,18 +31,18 @@ $if(it.thumbnail)$ | |||
31 | $endif$ | 31 | $endif$ |
32 | <div class="l-media__block l-media__block--main"> | 32 | <div class="l-media__block l-media__block--main"> |
33 | $if(it.subtitle)$ | 33 | $if(it.subtitle)$ |
34 | <strong class="u-d-block u-elp">$it.title$</strong> | 34 | <strong class="u-d-block">$it.title$</strong> |
35 | <small class="u-d-block u-elp">$it.subtitle$</small> | 35 | <small class="u-d-block">$it.subtitle$</small> |
36 | $elseif(it.category)$ | 36 | $elseif(it.category)$ |
37 | <small class="u-d-block u-elp">$it.category$</small> | 37 | <small class="u-d-block">$it.category$</small> |
38 | <strong class="u-d-block u-elp">$it.title$</strong> | 38 | <strong class="u-d-block">$it.title$</strong> |
39 | $elseif(it.date)$ | 39 | $elseif(it.date)$ |
40 | <small class="u-d-block"> | 40 | <small class="u-d-block"> |
41 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 41 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
42 | $it.date.long$ | 42 | $it.date.long$ |
43 | </time> | 43 | </time> |
44 | </small> | 44 | </small> |
45 | <strong class="u-d-block u-elp">$it.title$</strong> | 45 | <strong class="u-d-block">$it.title$</strong> |
46 | $else$ | 46 | $else$ |
47 | <span class="p-name" itemprop="name headline"> | 47 | <span class="p-name" itemprop="name headline"> |
48 | $it.title$ | 48 | $it.title$ |
diff --git a/templates/partials/grid_card.html b/templates/partials/grid_card.html index 003e59f..8c7ea0a 100644 --- a/templates/partials/grid_card.html +++ b/templates/partials/grid_card.html | |||
@@ -18,18 +18,18 @@ $if(it.url)$ | |||
18 | $endif$ | 18 | $endif$ |
19 | <div class="l-media__block l-media__block--main"> | 19 | <div class="l-media__block l-media__block--main"> |
20 | $if(it.subtitle)$ | 20 | $if(it.subtitle)$ |
21 | <strong class="u-d-block u-elp">$it.title$</strong> | 21 | <strong class="u-d-block">$it.title$</strong> |
22 | <small class="u-d-block u-elp">$it.subtitle$</small> | 22 | <small class="u-d-block">$it.subtitle$</small> |
23 | $elseif(it.category)$ | 23 | $elseif(it.category)$ |
24 | <small class="u-d-block u-elp">$it.category$</small> | 24 | <small class="u-d-block">$it.category$</small> |
25 | <strong class="u-d-block u-elp">$it.title$</strong> | 25 | <strong class="u-d-block">$it.title$</strong> |
26 | $elseif(it.date)$ | 26 | $elseif(it.date)$ |
27 | <small class="u-d-block"> | 27 | <small class="u-d-block"> |
28 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> | 28 | <time datetime="$it.date.yyyy_mm_dd$" itemprop="dateCreated"> |
29 | $it.date.long$ | 29 | $it.date.long$ |
30 | </time> | 30 | </time> |
31 | </small> | 31 | </small> |
32 | <strong class="u-d-block u-elp">$it.title$</strong> | 32 | <strong class="u-d-block">$it.title$</strong> |
33 | $else$ | 33 | $else$ |
34 | <span class="p-name" itemprop="name headline"> | 34 | <span class="p-name" itemprop="name headline"> |
35 | $it.title$ | 35 | $it.title$ |