diff options
author | davidovski <david@davidovski.xyz> | 2022-06-27 20:49:35 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-27 20:49:35 +0100 |
commit | 159db45566ab3e84b2645a032bfc45264b565fe6 (patch) | |
tree | 9fc8c8e00dc6abb2f2783a10bd2c3908df7b7458 /templates | |
parent | b57cc6623e33d03cfdaeb9e5c2fb97ca1eb29218 (diff) |
moved list out from grid
Diffstat (limited to 'templates')
-rw-r--r-- | templates/about.html | 9 |
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> |