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