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.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pyssg/plt/page.html b/src/pyssg/plt/page.html
index 93d4da9..b61ad03 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.cdate('date')}}</p>
- {%if page.mdatetime is not none%}
- <p>Modified: {{page.mdate('date')}}</p>
+ <p>Created: {{page.date(page.cts, 'date')}}</p>
+ {%if page.mtimestamp != 0.0%}
+ <p>Modified: {{page.date(page.mts, 'date')}}</p>
{%endif%}
{{page.content}}