diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 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$ |