From 9795e84011c4ddc6fe955ffaf98f750a268d714f Mon Sep 17 00:00:00 2001
From: Jason Heppler <jason.heppler@gmail.com>
Date: Fri, 18 Oct 2024 10:29:16 -0500
Subject: [PATCH] chore: Linting citation.html formatting and URL

---
 templates/partials/citation.html | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/templates/partials/citation.html b/templates/partials/citation.html
index fef9a67..bbc2c9f 100644
--- a/templates/partials/citation.html
+++ b/templates/partials/citation.html
@@ -1,7 +1,5 @@
 <p>
-  <em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy
-  Rosenzweig Center for History and New Media (2024).
-  <a href="{% url 'manuscript' %}" class="underline hover:no-underline"
-  >https://dev.winterthur.rrchnm.org</a
-    >
-  </p>
+  <em>The Denig Manuscript</em>, Winterthur Museum, Garden & Library and the Roy Rosenzweig Center for History and New
+  Media (2024). <a href="{% url 'manuscript' %}"
+                   class="underline hover:no-underline">https://dev.winterthur.rrchnm.org</a>
+</p>
\ No newline at end of file