summaryrefslogtreecommitdiff
path: root/templates/summary.html
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-22 17:31:11 +0100
committerdavidovski <david@davidovski.xyz>2022-05-22 17:31:11 +0100
commit648353766512e0f10d6a1aa45a373a8296de70ba (patch)
treea57d53a4397f9cc24be73f576255795ad7bd5819 /templates/summary.html
parent79482e692d8944dbc03d267224b539865a7607fd (diff)
changed h2 in article titles to span
Diffstat (limited to 'templates/summary.html')
-rw-r--r--templates/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/summary.html b/templates/summary.html
index 3ce1721..808c705 100644
--- a/templates/summary.html
+++ b/templates/summary.html
@@ -1,6 +1,6 @@
<div class="entry">
<a href="%url%">
<div class="small">%date% 🔗</div>
- <h2>%title%</h2>
+ <span>%title%</span>
</a>
</div>