aboutsummaryrefslogtreecommitdiff
path: root/_includes/navbar.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/navbar.html')
-rw-r--r--_includes/navbar.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 431b268..f2780ad 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -1,10 +1,10 @@
<nav>
- {% for link in site.data.navbar %}
- <a href="{{ link.path | relative_url | uri_escape }}">{{ link.title | strip | normalize_whitespace | xml_escape }}</a>
- {% endfor %}
+ {%- for link in site.data.navbar -%}
+ <a href="{{- link.path | relative_url | uri_escape -}}">{{- link.title | strip | normalize_whitespace | xml_escape -}}</a>
+ {%- endfor -%}
<span>
<span>|</span>
- <a href="{{ site.rss | absolute_url | uri_escape }}">RSS</a>
+ <a href="{{- site.rss | absolute_url | uri_escape -}}">RSS</a>
</span>
</nav> \ No newline at end of file