mirror of
https://github.com/brain-hackers/wiki.brainux.org
synced 2025-10-17 21:58:44 +09:00
Improve tags layout template
This commit is contained in:
@@ -19,6 +19,8 @@ layout: archive
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
{% comment %} Make sure that all collections are listed in the _config.yml. {% endcomment %}
|
||||
|
||||
{% assign entries_layout = page.entries_layout | default: 'list' %}
|
||||
{% for label in site.collections_order %}
|
||||
{% assign collection = site.collections | where: "label", label | first %}
|
||||
|
Reference in New Issue
Block a user