dnd/deadsands/deadsands-theme/templates/author.html

8 lines
210 B
HTML
Raw Permalink Normal View History

2022-07-26 17:22:04 -07:00
{% extends "index.html" %}
{% block title %} Articles by {{ author }} - {{ SITENAME }}{% endblock %}
{% block navclass %}{%endblock%}
{% block content_title %}
<h2>Articles by {{ author }}</h2>
{% endblock %}