summaryrefslogtreecommitdiff
path: root/templates/about.html
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-06-27 20:49:35 +0100
committerdavidovski <david@davidovski.xyz>2022-06-27 20:49:35 +0100
commit0967d8d61aec968a51a463a748d2cba790bbd873 (patch)
tree9fc8c8e00dc6abb2f2783a10bd2c3908df7b7458 /templates/about.html
parent742dbe930806ab23f62696a40553b1a079617962 (diff)
moved list out from grid
Diffstat (limited to 'templates/about.html')
-rw-r--r--templates/about.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/about.html b/templates/about.html
index dcb7b07..e0bc58c 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -11,11 +11,10 @@
<div class="image">
<img src="/images/remotecontrol.gif">
</div>
+</div>
- <div>
- <h2>blog posts</h2>
- %posts%
- </div>
-
+<div>
+ <h2>blog posts</h2>
+ %posts%
</div>