Compare commits

...

3 Commits

Author SHA1 Message Date
49afbfa931 Merge branch 'master' of git.246060.ru:/f1x1t/pelican-theme-bootstrap4 into HEAD 2019-04-20 11:53:28 +03:00
16366b9322 Author 2019-04-20 11:51:18 +03:00
18abed555e Author 2019-04-20 11:49:46 +03:00

View File

@ -5,8 +5,10 @@
</p>
{% endif %}
{% if ABOUT_ME %}
<p class="text-center">
<strong>{{ AUTHOR }}</strong>
</p>
<p>
<strong>{{ _('About') }} {{ AUTHOR }}</strong><br/>
{{ ABOUT_ME }}
</p>
{% endif %}