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