Merge branch 'master' of ssh://git.246060.ru/f1x1t/pelican-theme-bootstrap4

This commit is contained in:
Andrei Astafev 2019-04-20 12:03:40 +03:00
commit ced1302da8

View File

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