diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
-rw-r--r-- | templates/partials/related.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 33971a8..58a6dcc 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -17,7 +17,7 @@ | |||
17 | <section class="h-entry h-feed" itemprop="dataFeedElement" itemscope itemtype="https://schema.org/DataFeed"> | 17 | <section class="h-entry h-feed" itemprop="dataFeedElement" itemscope itemtype="https://schema.org/DataFeed"> |
18 | <header class="l-card-list__header"> | 18 | <header class="l-card-list__header"> |
19 | <div class="l-card-list__header-section"> | 19 | <div class="l-card-list__header-section"> |
20 | <h2 class="s-invisible-links u-mt-0 p-name" id="$it.slug$" itemprop="name headline"> | 20 | <h2 class="s-links s-links--invisible u-mt-0 p-name" id="$it.slug$" itemprop="name headline"> |
21 | $if(it.url)$ | 21 | $if(it.url)$ |
22 | <a href="$it.url.rel$">$it.title$</a> | 22 | <a href="$it.url.rel$">$it.title$</a> |
23 | $else$ | 23 | $else$ |
diff --git a/templates/partials/related.html b/templates/partials/related.html index 4c8384a..84e5c04 100644 --- a/templates/partials/related.html +++ b/templates/partials/related.html | |||
@@ -4,7 +4,7 @@ $if(related)$ | |||
4 | 4 | ||
5 | <div class="l-card-list"> | 5 | <div class="l-card-list"> |
6 | <header class="l-card-list__header"> | 6 | <header class="l-card-list__header"> |
7 | <h2 class="s-invisible-links u-mt-0"> | 7 | <h2 class="s-links s-links--invisible u-mt-0"> |
8 | $if(related.url)$ | 8 | $if(related.url)$ |
9 | <a href="$related.url.rel$">Related</a> | 9 | <a href="$related.url.rel$">Related</a> |
10 | $else$ | 10 | $else$ |