mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-22 11:19:02 +00:00
5 lines
135 B
HTML
5 lines
135 B
HTML
{% extends 'base.html' %}
|
|
{% block title %}{{ super() }} - {{author}}{% endblock %}
|
|
{% block content_title %}{{author}}{% endblock %}
|
|
|