FG42/website/theme/templates/author.html

15 lines
340 B
HTML

{% extends "index.html" %}
{% block title %}{{ SITENAME }} - Articles by {{ author }}{% endblock %}
{% block content_title %}
<div class="hero is-primary">
<div class="hero-body">
<div class="column is-three-fifths">
<h1 class="title">Articles by <strong>{{ author }}</strong>:</h1>
</div>
</div>
</div>
{% endblock %}