forked from github/pelican
7 lines
220 B
HTML
7 lines
220 B
HTML
{% extends "index.html" %}
|
|
|
|
{% block title %}{{ SITENAME|striptags }} - Articles by {{ author }}{% endblock %}
|
|
|
|
{% block content_title %}
|
|
<h1 class="text-3xl md:text-5xl">Articles by {{ author }}</h1>
|
|
{% endblock %}
|