File diff 000000000000 → 000000000000
themes/bootstrap3/templates/includes/aboutme.html
Show inline comments
 
new file 100644
 
<div id="aboutme">
 
    {% if AVATAR %}
 
        <p>
 
            <img width="100%" class="img-thumbnail" src="{{ SITEURL }}/{{ AVATAR }}"/>
 
        </p>
 
    {% endif %}
 
    {% if ABOUT_ME %}
 
    <p>
 
      <strong>{{ _('About') }} {{ AUTHOR }}</strong><br/>
 
        {{ ABOUT_ME }}
 
    </p>
 
    {% endif %}
 
</div>