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:
parent
7a5e328aaf
commit
8fdf9e190f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ layout: default
|
|||
|
||||
<div class="post">
|
||||
<div class="post-info">
|
||||
<span>Written by </span>
|
||||
<span>Written by</span>
|
||||
{% if page.author %}
|
||||
{{ page.author }}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue