diff options
Diffstat (limited to 'pelican-bootstrap3/templates/includes/aboutme.html')
-rw-r--r-- | pelican-bootstrap3/templates/includes/aboutme.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/pelican-bootstrap3/templates/includes/aboutme.html b/pelican-bootstrap3/templates/includes/aboutme.html index ba56070..f38f0bc 100644 --- a/pelican-bootstrap3/templates/includes/aboutme.html +++ b/pelican-bootstrap3/templates/includes/aboutme.html @@ -1,9 +1,11 @@ -{% if AVATAR %} +<div id="aboutme"> + {% if AVATAR %} + <p> + <img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/> + </p> + {% endif %} <p> - <img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/> + <strong>About {{ AUTHOR }}</strong><br/> + {{ ABOUT_ME }} </p> -{% endif %} -<p> - <strong>About {{ AUTHOR }}</strong><br/> - {{ ABOUT_ME }} -</p> +</div>
\ No newline at end of file |