diff options
| author | Volpeon <git@volpeon.ink> | 2023-02-15 22:23:30 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-02-15 22:23:30 +0100 |
| commit | f144c415aa5d205483191b5baa7ba791dc969f33 (patch) | |
| tree | 7632f898201ef996fad5cb0ba0ebc7437f1d8695 /templates/layouts | |
| parent | Update (diff) | |
| download | volpeon.ink-f144c415aa5d205483191b5baa7ba791dc969f33.tar.gz volpeon.ink-f144c415aa5d205483191b5baa7ba791dc969f33.tar.bz2 volpeon.ink-f144c415aa5d205483191b5baa7ba791dc969f33.zip | |
Update
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$ |
