summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/includes/aboutme.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/includes/aboutme.html')
-rw-r--r--themes/lv2/templates/includes/aboutme.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/lv2/templates/includes/aboutme.html b/themes/lv2/templates/includes/aboutme.html
new file mode 100644
index 0000000..ba56070
--- /dev/null
+++ b/themes/lv2/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>