all repos — homestead @ 57a99ab0473d3bb8b98aed14a8c66c1d8f016fbd

Code for my website

Remove redundant italic tag

Alan Pearce
commit

57a99ab0473d3bb8b98aed14a8c66c1d8f016fbd

parent

48bd362ccd486838ce903523326d73bd34529795

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

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