aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
diff options
context:
space:
mode:
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/partials/article-webrings.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/partials/article-webrings.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/generators/hugo/themes/tdro/layouts/partials/article-webrings.html b/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
index 2d8189b..5f0a11a 100644
--- a/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
+++ b/generators/hugo/themes/tdro/layouts/partials/article-webrings.html
@@ -2,7 +2,7 @@
{{- $include := "webrings/openring.html" -}}
{{- if fileExists $webrings -}}
-<article-on-web id="article-on-web">
+<article-webring id="article-webring">
<section>
<button-anchor>
<a href="https://git.sr.ht/~sircmpwn/openring" title="Generated by Open Ring">
@@ -10,8 +10,8 @@
<span>Openring</span>
</a>
</button-anchor>
- <h2>On the Web</h2>
+ {{ "## Web Ring" | markdownify }}
</section>
{{- partial $include . -}}
-</article-on-web>
+</article-webring>
{{- end -}}