Put all the filters on one page

This commit is contained in:
Parker Moore
2015-03-13 16:11:04 -07:00
parent 1b5ff4c86f
commit 48b5f59b8e
3 changed files with 14 additions and 10 deletions
+1 -1
View File
@@ -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>