diff --git a/site/_includes/docs_ul.html b/site/_includes/docs_ul.html index 366abe9d..7cc54174 100644 --- a/site/_includes/docs_ul.html +++ b/site/_includes/docs_ul.html @@ -13,6 +13,7 @@ {% for p in site.docs %} {% if p.url == item_url %}
  • {{ p.title }}
  • + {% break %} {% endif %} {% endfor %}