aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/aboutme.html
blob: ba560709cd3aa780abdc581e0b14aee5d4b2b82a (plain)
1
2
3
4
5
6
7
8
9
{% if AVATAR %}
    <p>
        <img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/>
    </p>
{% endif %}
<p>
    <strong>About {{ AUTHOR }}</strong><br/>
    {{ ABOUT_ME }}
</p>