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 ea58c99..2e5533b 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -13,7 +13,7 @@ <li> <span> <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> |