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.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/themes/lv2/templates/author.html b/themes/lv2/templates/author.html
new file mode 100644
index 0000000..07dab6e
--- /dev/null
+++ b/themes/lv2/templates/author.html
@@ -0,0 +1,13 @@
+{% 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 %}