aboutsummaryrefslogtreecommitdiffstats
path: root/uikit/templates/author.html
diff options
context:
space:
mode:
Diffstat (limited to 'uikit/templates/author.html')
-rw-r--r--uikit/templates/author.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/uikit/templates/author.html b/uikit/templates/author.html
new file mode 100644
index 0000000..059dfe2
--- /dev/null
+++ b/uikit/templates/author.html
@@ -0,0 +1,20 @@
+{% extends "index.html" %}
+{% import 'html_macros.html' as html_macros %}
+
+{% block head %}
+{{ super() }} {{ html_macros.get_meta(author) }}
+{% endblock head %}
+{% block titlename %}{{author.name|capitalize}}{% endblock titlename %}
+{#
+#}
+
+{% block heading %}
+{#
+<h1 class="{% if CAPITALIZE_HEADINGS %}capitalize{% endif %}">
+#}
+<!--
+<h1 class="heading uk-text-primary">
+ Articles by <span class="entity">{{ author }}</span>
+</h1>
+-->
+{% endblock heading %}