summaryrefslogtreecommitdiff
path: root/src/pyssg/plt/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyssg/plt/page.html')
-rw-r--r--src/pyssg/plt/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pyssg/plt/page.html b/src/pyssg/plt/page.html
index 08e92f1..93d4da9 100644
--- a/src/pyssg/plt/page.html
+++ b/src/pyssg/plt/page.html
@@ -8,9 +8,9 @@
<body>
<h1>{{page.title}}</h1>
<p>By {{page.author}}</p>
- <p>Created: {{page.cdatetime.strftime(config['fmt']['date'])}}</p>
+ <p>Created: {{page.cdate('date')}}</p>
{%if page.mdatetime is not none%}
- <p>Modified: {{page.mdatetime.strftime(config['fmt']['date'])}}</p>
+ <p>Modified: {{page.mdate('date')}}</p>
{%endif%}
{{page.content}}