diff --git a/_includes/navbar.html b/_includes/navbar.html index d334f96..7c0c8c4 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -1,9 +1,11 @@ {% assign pages = site.pages | where: "show", true %} + Home + {% for page in pages %} - {{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }} + {{ page.title | default: "Page" | strip_newlines | strip_html | strip | normalize_whitespace | smartify | capitalize }} {% endfor %}