mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 18:00:41 -07:00
Put all the filters on one page
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<li>{{ collection[0] | capitalize }}
|
||||
<ul>
|
||||
{% for doc in collection[1].docs %}
|
||||
<li><a href="{{ doc.url | prepend: site.baseurl }}">{{ doc.title }}</a></li>
|
||||
<li><a href="{{ "/filters/" | append: "#" | append: doc.title | prepend: site.baseurl }}">{{ doc.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user