theme/templates/author.html@c5adcccbd4cf
theme/templates/author.html
Wed, 11 Apr 2018 23:16:49 +0200
- author
- David Douard <david.douard@logilab.fr>
- date
- Wed, 11 Apr 2018 23:16:49 +0200
- changeset 94
- c5adcccbd4cf
- parent 36
-
9507107a1133
- permissions
- -rw-r--r--
[conf] disable the assets plugin
unused and make pelican fail due to missing config variables.
{% extends "index.html" %}
{% block title %} Articles by {{ author }} - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}