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 bf9eca7..6651d15 100644 --- a/templates/page.html +++ b/templates/page.html @@ -11,7 +11,7 @@ <p> <i> <time datetime='{{ page.date | date(format='%+') }}' pubdate> - {{ page.date | date(format="%d %b, %Y") }} + {{ page.date | date(format=config.extra.date_format) }} </time> </i> </p> |