1
0
Fork 0
forked from github/pelican

feat: yearly archives, restructure headings

This commit is contained in:
Oliver Ladner 2025-01-08 11:45:09 +01:00
commit 310fab5496
11 changed files with 120 additions and 19 deletions

View file

@ -3,7 +3,7 @@
{% block title %}{{ SITENAME|striptags }} - Authors{% endblock %}
{% block content %}
<h2>Authors on {{ SITENAME }}</h2>
<h1 class="text-3xl md:text-5xl">Authors on {{ SITENAME }}</h1>
<ul>
{% for author, articles in authors|sort %}
<li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>