From 8f5f8c2307410fe09ed45ec87c335607f9e1f973 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 8 May 2024 12:37:08 -0400 Subject: [PATCH] Update template to give title heading an ID --- templates/article.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/article.html b/templates/article.html index 04103da..acfdd9d 100644 --- a/templates/article.html +++ b/templates/article.html @@ -41,7 +41,7 @@ + type="text/javascript">!function (o, c) { var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch") }(window, document); @@ -69,7 +69,7 @@
-

{{title}}

+

{{title}}

{% for author in authors %} {{author.full_name}}'s Avatar - + \ No newline at end of file