Files @ 7b3ebb1fa4f0
Branch filter:

Location: CSY/sefm2020/themes/bootstrap3/templates/includes/aboutme.html

Benjamin Lion
add call for paper; add link to venu page; remove siteurl in pelicanconf (was messing up the css path)
<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>