diff --git a/_layouts/default.html b/_layouts/default.html
index 0be6b65..c1ece51 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -61,8 +61,9 @@
{% for doc in site.docs %}
{% if doc.type == "filters" %}
+ {% capture doc_url %}/docs/{{ doc.type }}/{{ doc.title | slugify }}/{% endcapture %}
-
- {{ doc.title }}
+ {{ doc.title }}
{% endif %}
{% endfor %}