diff --git a/site/_includes/docs_option.html b/site/_includes/docs_option.html index e7afcc88..a2e15622 100644 --- a/site/_includes/docs_option.html +++ b/site/_includes/docs_option.html @@ -1,5 +1,5 @@ {% for item in include.items %} {% assign item_url = item | prepend:"/docs/" | append:"/" %} {% assign doc = site.docs | where: "url", item_url | first %} - + {% endfor %} diff --git a/site/_includes/docs_ul.html b/site/_includes/docs_ul.html index 7688328f..adb6600e 100644 --- a/site/_includes/docs_ul.html +++ b/site/_includes/docs_ul.html @@ -2,6 +2,6 @@ {% for item in include.items %} {% assign item_url = item | prepend:"/docs/" | append:"/" %} {% assign p = site.docs | where:"url", item_url | first %} -
  • {{ p.title }}
  • +
  • {{ p.title }}
  • {% endfor %}