aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/web-ring.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
committertdro <tdro@noreply.example.com>2022-05-13 02:43:31 -0400
commit6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb (patch)
treedfd8a9c0b6ba597a0428d1520a74bd0fd5711754 /themes/default/layouts/partials/web-ring.html
parent93197de690932d966457cc07682398e592421643 (diff)
downloadcanory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.gz
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.tar.bz2
canory-6d024f0dc8e1d5f7d7f877177eb8d4742deac7cb.zip
Makefile: Bring up Nu validator
Initial validation before things get out of hand.
Diffstat (limited to 'themes/default/layouts/partials/web-ring.html')
-rw-r--r--themes/default/layouts/partials/web-ring.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/web-ring.html b/themes/default/layouts/partials/web-ring.html
index 4ddfa14..cca6027 100644
--- a/themes/default/layouts/partials/web-ring.html
+++ b/themes/default/layouts/partials/web-ring.html
@@ -98,7 +98,7 @@
<web-ring>
<h1>Web Ring</h1>
- <section>
+ <aside>
{{ range sort $feeds "FeedDateTime" "desc" }}
<web-ring-item>
<header>
@@ -132,7 +132,7 @@
</a>
</web-ring-item>
{{ end }}
- </section>
+ </aside>
</web-ring>
{{ end -}}