1
0
Fork 0
forked from github/pelican
pelican-theme/templates/authors.html

13 lines
445 B
HTML
Raw Normal View History

{% extends "base.html" %}
2025-07-08 10:51:34 +02:00
{% block title %}Authors - {{ SITENAME|striptags }}{% endblock %}
{% block content %}
2025-07-08 10:51:34 +02:00
<h1 class="text-3xl md:text-5xl">Authors</h1>
It's all me, silly you.
<!-- <ul> -->
<!-- {% for author, articles in authors|sort %} -->
<!-- <li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li> -->
<!-- {% endfor %} -->
<!-- </ul> -->
{% endblock %}