diff options
Diffstat (limited to 'templates/page.html')
-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 a51d965..336529a 100644 --- a/templates/page.html +++ b/templates/page.html @@ -9,7 +9,7 @@ {%- if page.date %} <p> <i> - <time datetime='{{ page.date | date(format='%+') }}' pubdate> + <time datetime="{{ page.date | date(format='%+') }}" pubdate> {{- page.date | date(format=config.extra.date_format) -}} </time> </i> |