Don't add author blurb if not present
This commit is contained in:
parent
66e369eddd
commit
8ca7537e75
1 changed files with 2 additions and 0 deletions
|
|
@ -43,12 +43,14 @@
|
|||
|
||||
<hr />
|
||||
|
||||
{% if site.author_blurb %}
|
||||
<div class="author row">
|
||||
<img class="col-xs-4 col-sm-3 col-md-2" src="{{site.baseurl}}{{site.author_blurb_image}}" alt="Me" />
|
||||
<p class="col-xs-8 col-sm-9 col-md-10">
|
||||
{{ site.author_blurb }}
|
||||
</p>
|
||||
</div>
|
||||
{% endif%}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue