mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
HTML error in notmyidea/authors.html: li not allowed in section.
li tags need to be inside of ul or ol.
This commit is contained in:
parent
3d4eff922a
commit
18d089e8ea
1 changed files with 2 additions and 1 deletions
|
|
@ -6,10 +6,11 @@
|
|||
|
||||
<section id="content" class="body">
|
||||
<h1>Authors on {{ SITENAME }}</h1>
|
||||
|
||||
<ul>
|
||||
{%- for author, articles in authors|sort %}
|
||||
<li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue