summaryrefslogtreecommitdiffstats
path: root/themes/lv2/templates/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/lv2/templates/author.html')
-rw-r--r--themes/lv2/templates/author.html15
1 files changed, 2 insertions, 13 deletions
diff --git a/themes/lv2/templates/author.html b/themes/lv2/templates/author.html
index 07dab6e..0b37290 100644
--- a/themes/lv2/templates/author.html
+++ b/themes/lv2/templates/author.html
@@ -1,13 +1,2 @@
-{% extends "article_list.html" %}
-
-{% block title %}Articles by {{ author }} - {{ SITENAME }}{% endblock %}
-
-{% block breadcrumbs %}
- {% if DISPLAY_BREADCRUMBS %}
- <ol class="breadcrumb">
- <li><a href="{{ SITEURL }}" title="{{ SITENAME }}"><i class="fa fa-home fa-lg"></i></a></li>
- <li><a href="{{ SITEURL }}/{{ AUTHORS_URL|default('authors.html') }}" title="Authors">Authors</a></li>
- <li class="active">{{ AUTHOR }}</li>
- </ol>
- {% endif %}
-{% endblock %}
+{% extends "index.html" %}
+{% block title %}{{ SITENAME }} - {{ author }}{% endblock %}