micron-blog/theme/templates/authors.mu
2023-05-24 00:04:11 +03:00

9 lines
210 B
Text

{% extends "base.mu" %}
{% block content %}
>Authors on {{ SITENAME }}
{%- for author, articles in authors|sort %}
+ `[{{ author }}`:/page/{{ author.url }}] ({{ articles|count }})
{% endfor %}
{% endblock %}