We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904a3f4 commit ff6a20dCopy full SHA for ff6a20d
templates/macros/authors.html
@@ -1,6 +1,6 @@
1
-{% macro render_authors() %}
+{% macro render_authors(authors) %}
2
<ul class="list-inline">
3
- {% for author in site.query('/authors') %}
+ {% for author in site.query(authors.path) %}
4
<li class="list-inline-item"><a href="{{ author|url }}">{{ author.name }}</a></li>
5
{% endfor %}
6
</ul>
0 commit comments