all repos — website @ a8267af2fc6026f3fdb4c5f69f4914bca8a20246

My website

Remove redundant italic tag

Alan Pearce
commit

a8267af2fc6026f3fdb4c5f69f4914bca8a20246

parent

8d075e8abfb668622537979a3fcc8487a36a7d85

1 file changed, 3 insertions(+), 5 deletions(-)

changed files
M themes/bear/templates/taxonomy_single.htmlthemes/bear/templates/taxonomy_single.html
@@ -18,11 +18,9 @@ <ul class="blog-posts">
{% 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>