aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-06 20:21:34 -0400
committertdro <tdro@noreply.example.com>2023-09-06 20:21:34 -0400
commitaaf4707d3dd0054939eeac345a799c68c4a72b35 (patch)
treeb5eb45ab9024c04be5027981e34031bfae7c84d0 /themes/default/layouts/_default
parentd35a34b6386d4291fd75ba232fbe472cf8e568a6 (diff)
downloadcanory-aaf4707d3dd0054939eeac345a799c68c4a72b35.tar.gz
canory-aaf4707d3dd0054939eeac345a799c68c4a72b35.tar.bz2
canory-aaf4707d3dd0054939eeac345a799c68c4a72b35.zip
themes/default/layouts/_default/section.webring: Semantics
Diffstat (limited to 'themes/default/layouts/_default')
-rw-r--r--themes/default/layouts/_default/section.webring.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/default/layouts/_default/section.webring.html b/themes/default/layouts/_default/section.webring.html
index 878ad95..f3689d8 100644
--- a/themes/default/layouts/_default/section.webring.html
+++ b/themes/default/layouts/_default/section.webring.html
@@ -25,15 +25,15 @@
{{- end -}}
{{- range (sort $items "FeedDateTime" "desc") -}}
- <web-ring-item>
- <header>
+ <article>
+ <h2>
<a
data-hover
title="{{ .FeedLink }}"
href="{{ .FeedLink }}">
{{ or .FeedTitle (truncate 50 "..." (or .FeedContentShort .FeedDescriptionShort)) }}
</a>
- </header>
+ </h2>
<time
title="{{ .FeedDateTitle }}"
datetime="{{ .FeedDateTime }}">
@@ -54,6 +54,6 @@
href="{{ or .FeedSourceHome .FeedSourceLink }}">
{{ .FeedSourceTitle }}
</a>
- </web-ring-item>
+ </article>
{{- end -}}
{{- end -}}