diff options
author | davidovski <david@davidovski.xyz> | 2022-05-23 22:46:14 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-05-23 22:46:14 +0100 |
commit | 8ea617c26674e9e5cb3b5db88a36cb0e293ac185 (patch) | |
tree | 9910cbede565d049030d3887f7dd3c48237565a5 /templates/about.html | |
parent | 52af14a15b24bcc49c6433232cbe83bcd9ebc2d0 (diff) |
moved summaries to about
Diffstat (limited to 'templates/about.html')
-rw-r--r-- | templates/about.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/templates/about.html b/templates/about.html index 0fd1ce8..64623a5 100644 --- a/templates/about.html +++ b/templates/about.html @@ -10,8 +10,11 @@ <div class="image"> <img src="/images/remotecontrol.gif"> </div> -</div> -<br> + <div> + <h2>blog posts</h2> + %posts% + </div> + +</div> -<h2>blog posts</h2> |