From 91cc101e980acd08ba2ed598b5e8dff046b928c7 Mon Sep 17 00:00:00 2001 From: John Mulhausen Date: Mon, 10 Apr 2017 18:01:34 -0700 Subject: [PATCH] Update docs.html --- _layouts/docs.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_layouts/docs.html b/_layouts/docs.html index 308d4f1fa2..fc96b44c36 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -89,11 +89,13 @@ else %}{% assign edit_url = "" %}{% endif %} {% break %} {% endif %} {% endfor %

{{ page.title }}

{% endif %} {% if page.advisory %}
{{ site.data.advisories.texts[page.advisory] | markdownify }}
{% endif %}{% endif %} {% unless page.tree == false %}{% include read_time.html %}{% endunless %}{{ content }} + {% unless page.notags == true %} {% assign keywords = page.keywords | split:"," %} {% for keyword in keywords %}{% assign strippedKeyword = keyword | strip %} {% capture keywordlist %}{{ keywordlist }}{{strippedKeyword}}{% unless forloop.last %}, {% endunless %}{% endcapture %} {% endfor %} {% if keywordlist.size > 0 %}{{ keywordlist }}{% endif %} + {% endif %}