diff options
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 f3a86d8..d576bf6 100644 --- a/templates/page.html +++ b/templates/page.html @@ -4,7 +4,7 @@ <h2>{{ page.title }}</h2> <div class="content"> {% if page.date %} - <span>{{ page.date }}</span> + <p>{{ page.date }} {% if page.updated %}(updated on {{ page.updated }}){% endif %}</p> {% endif %} {{ page.content | safe }} </div> |