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/page.htmlthemes/bear/templates/page.html
@@ -7,11 +7,9 @@ {%- if not page.extra.menu %}
<h1>{{ page.title }}</h1> {%- if page.date %} <p> - <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> </p> {%- endif %} {%- endif %}