diff options
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r-- | templates/taxonomy_single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index 6afb6b2..fb65874 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.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> |