summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
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>