aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/aboutme.html
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/templates/includes/aboutme.html')
-rw-r--r--pelican-bootstrap3/templates/includes/aboutme.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/aboutme.html b/pelican-bootstrap3/templates/includes/aboutme.html
new file mode 100644
index 0000000..ba56070
--- /dev/null
+++ b/pelican-bootstrap3/templates/includes/aboutme.html
@@ -0,0 +1,9 @@
+{% if AVATAR %}
+ <p>
+ <img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/>
+ </p>
+{% endif %}
+<p>
+ <strong>About {{ AUTHOR }}</strong><br/>
+ {{ ABOUT_ME }}
+</p>