diff options
Diffstat (limited to 'themes/bear/templates/taxonomy_single.html')
-rw-r--r-- | themes/bear/templates/taxonomy_single.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index 874e4d2..4fade3f 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -18,11 +18,9 @@ {% for page in term.pages %} <li> <span> - <i> - <time datetime='{{ page.date | date(format='%+') }}' pubdate> - {{ page.date | date(format=config.extra.date_format) }} - </time> - </i> + <time datetime='{{ page.date | date(format='%+') }}' pubdate> + {{ page.date | date(format=config.extra.date_format) }} + </time> </span> <a href="{{ page.permalink }}">{{ page.title }}</a> </li> |