summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-11 07:43:23 +0100
committerVolpeon <git@volpeon.ink>2023-01-11 07:43:23 +0100
commitc1fac7aa44679f9130a441328497b8a260aaec35 (patch)
tree8e2058fd5b5e2a9a90587f2762f2a0d80ed63dd1 /templates
parentUpdate (diff)
downloadvolpeon.ink-c1fac7aa44679f9130a441328497b8a260aaec35.tar.gz
volpeon.ink-c1fac7aa44679f9130a441328497b8a260aaec35.tar.bz2
volpeon.ink-c1fac7aa44679f9130a441328497b8a260aaec35.zip
Update
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/categorized_list.html2
-rw-r--r--templates/layouts/list.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 3132216..33971a8 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -5,7 +5,7 @@
5 itemtype="https://schema.org/DataFeed" 5 itemtype="https://schema.org/DataFeed"
6 itemid="$url.full$" 6 itemid="$url.full$"
7> 7>
8 <header class="c-subheader s-links"> 8 <header class="c-subheader s-links s-links--colored">
9 <h1 class="c-subheader__title p-name" itemprop="name headline"> 9 <h1 class="c-subheader__title p-name" itemprop="name headline">
10 $title$. 10 $title$.
11 </h1> 11 </h1>
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index a7053c4..772145f 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -5,7 +5,7 @@
5 itemtype="https://schema.org/DataFeed" 5 itemtype="https://schema.org/DataFeed"
6 itemid="$url.full$" 6 itemid="$url.full$"
7> 7>
8 <header class="c-subheader s-links"> 8 <header class="c-subheader s-links s-links--colored">
9 <h1 class="c-subheader__title p-name" itemprop="name headline"> 9 <h1 class="c-subheader__title p-name" itemprop="name headline">
10 $title$. 10 $title$.
11 </h1> 11 </h1>