micron-blog/theme/templates/authors.mu
randogoth 78c3dc9737 init
2023-05-16 23:34:27 +03:00

9 lines
204 B
Text

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