summaryrefslogtreecommitdiff
path: root/templates
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
commitebfa5ccf926a41da6be3aeaf683b78372b444d46 (patch)
treea57d53a4397f9cc24be73f576255795ad7bd5819 /templates
parent7b059c98c541c75910ac6ac7e0dcf51399b221f0 (diff)
changed h2 in article titles to span
Diffstat (limited to 'templates')
-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>