aboutsummaryrefslogblamecommitdiffstats
path: root/uikit/templates/author.html
blob: 059dfe2fc2bdb45de74722b63292ed6f312c396f (plain) (tree)



















                                                                       
{% 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 %}