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, 0 insertions, 9 deletions
diff --git a/themes/lv2/templates/includes/aboutme.html b/themes/lv2/templates/includes/aboutme.html
deleted file mode 100644
index ba56070..0000000
--- a/themes/lv2/templates/includes/aboutme.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{% if AVATAR %}
- <p>
- <img width="100%" class="img-thumbnail" src="{{ AVATAR }}"/>
- </p>
-{% endif %}
-<p>
- <strong>About {{ AUTHOR }}</strong><br/>
- {{ ABOUT_ME }}
-</p>