init
This commit is contained in:
commit
78c3dc9737
36 changed files with 1126 additions and 0 deletions
9
theme/templates/authors.mu
Normal file
9
theme/templates/authors.mu
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{% extends "base.mu" %}
|
||||
{% block content %}
|
||||
>Authors on {{ SITENAME }}
|
||||
|
||||
{%- for author, articles in authors|sort %}
|
||||
+ `[{{ author }}`/{{ author.url }}] ({{ articles|count }})
|
||||
|
||||
{% endfor %}
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue