Remove duplicate space

Adding a conditional on separate lines creates an additional
space between "Written by" and the author's name.
This commit is contained in:
Grant David Bachman 2017-10-09 19:45:44 -04:00
parent 7a5e328aaf
commit 8fdf9e190f

View file

@ -4,7 +4,7 @@ layout: default
<div class="post">
<div class="post-info">
<span>Written by&nbsp;</span>
<span>Written by</span>
{% if page.author %}
{{ page.author }}
{% else %}