summaryrefslogtreecommitdiff
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
commit159db45566ab3e84b2645a032bfc45264b565fe6 (patch)
tree9fc8c8e00dc6abb2f2783a10bd2c3908df7b7458
parentb57cc6623e33d03cfdaeb9e5c2fb97ca1eb29218 (diff)
moved list out from grid
-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>