diff options
Diffstat (limited to 'templates/section.html')
-rw-r--r-- | templates/section.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/section.html b/templates/section.html index ae365a8..c0808f8 100644 --- a/templates/section.html +++ b/templates/section.html @@ -14,7 +14,7 @@ <span> <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> </span> |