summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-08-26 23:47:47 +0100
committerdavidovski <david@sendula.com>2021-08-26 23:47:47 +0100
commite6eaad2eb74de4c4992d98ad6ddd2a35523cef96 (patch)
treea3ae1853c2f287a81c170de3dfbb8da3dcf1045e /templates
parent2e4002e5ad2f495088da627bd7ee8a216eb4e7b1 (diff)
fixed %content%
Diffstat (limited to 'templates')
-rw-r--r--templates/page.html2
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>