diff --git a/_includes/navbar.html b/_includes/navbar.html index d6d7e90..f44cff5 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,22 +1,22 @@ {% assign pages = site.pages | where: "show", true %} - - - {% unless page.url == "/index.html" %} - Home - {% endunless %} + + {% unless page.url == "/index.html" %} + + Home + + {% endunless %} - - - {% for page in pages %} - - - {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} - - - {% endfor %} - + + + {% for page in pages %} + + + {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }} + + + {% endfor %} + -