diff --git a/pages/_layouts/docs.html b/pages/_layouts/docs.html index b1089c931..296285add 100644 --- a/pages/_layouts/docs.html +++ b/pages/_layouts/docs.html @@ -15,7 +15,7 @@ page-title: Documentation
{% for p in site.data.docs %} {% assign doc = site.docs | where: "slug", p.page | first %} - + {{ doc.title }} {% endfor %}