summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-22 17:35:04 +0100
committerdavidovski <david@davidovski.xyz>2022-05-22 17:35:04 +0100
commit5b9f6710da54b1193a916133a4123a40da294c7b (patch)
treec1e183a3678d717effe755732f4b3c080e4d5f24 /templates
parentebfa5ccf926a41da6be3aeaf683b78372b444d46 (diff)
changed blog entries to ul
Diffstat (limited to 'templates')
-rw-r--r--templates/about.html1
-rw-r--r--templates/summary.html6
2 files changed, 4 insertions, 3 deletions
diff --git a/templates/about.html b/templates/about.html
index 3d83a89..d89508f 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -15,3 +15,4 @@
<hr>
<h1 class="header">blog posts</h1>
+
diff --git a/templates/summary.html b/templates/summary.html
index 808c705..483763f 100644
--- a/templates/summary.html
+++ b/templates/summary.html
@@ -1,6 +1,6 @@
-<div class="entry">
+<li class="entry">
<a href="%url%">
- <div class="small">%date% 🔗</div>
+ <div class="small">%date%</div>
<span>%title%</span>
</a>
-</div>
+</li>