aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default
diff options
context:
space:
mode:
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 -}}