margins of articles to be more center screen than full width added
This commit is contained in:
parent
bbf47fe354
commit
c0dc9d3c97
12 changed files with 17 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
<header>
|
||||
<h1 id="authors">{{ _('Authors') }}</h1>
|
||||
</header>
|
||||
<div>
|
||||
<div class="container">
|
||||
<ul class="list">
|
||||
{% for author, articles in authors|sort %}
|
||||
<li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue