diff options
author | davidovski <david@davidovski.xyz> | 2021-08-26 23:47:47 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-08-26 23:47:47 +0100 |
commit | e6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (patch) | |
tree | a3ae1853c2f287a81c170de3dfbb8da3dcf1045e /templates | |
parent | 2e4002e5ad2f495088da627bd7ee8a216eb4e7b1 (diff) |
fixed %content%
Diffstat (limited to 'templates')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index 666cc01..46391ba 100644 --- a/templates/page.html +++ b/templates/page.html @@ -38,7 +38,7 @@ <p>welcome to my site</p> <hr> <div class="entries"> - %entries% + %content% </div> </div> |