Files
pelican-themes/bootlex/templates/author.html
T

8 lines
156 B
HTML

{% extends "index.html" %}
{% block title %}Posts von {{ author }}{% endblock %}
{% block content_title %}
<h2>Posts von {{ author }}</h2>
{% endblock %}