pelican-theme-bootstrap4/templates/includes/aboutme.html
2019-04-20 11:49:46 +03:00

14 lines
313 B
HTML

<div id="aboutme">
{% if AVATAR %}
<p>
<img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
</p>
{% endif %}
{% if ABOUT_ME %}
<p>
<strong class="text-center">{{ AUTHOR }}</strong><br/>
{{ ABOUT_ME }}
</p>
{% endif %}
</div>