layout: page


<div itemscope itemtype=“schema.org/Person” >

{% if site.author.img %}
<div class="imgcentered">
<img src={{ site.author.img | prepend: site.baseurl }} itemprop="image" alt="Photo of Author"/>
</div>
{% endif %}
{% if site.author.name %}
<div class="txtcentered"><span itemprop="name"><h2>{{ site.author.name }}</h2></span></div>
{% endif %}

</div>

{{ content }}