aboutsummaryrefslogtreecommitdiff
path: root/_includes/navbar.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/navbar.html')
-rw-r--r--_includes/navbar.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/_includes/navbar.html b/_includes/navbar.html
index 5722345..2ac1006 100644
--- a/_includes/navbar.html
+++ b/_includes/navbar.html
@@ -18,7 +18,19 @@
<!-- List of pages -->
<div class="collapse navbar-collapse" id="navbar">
+ <!-- Left side -->
<ul class="nav navbar-nav">
+ {% for link in site.data.local_links %}
+ <li>
+ <a href="{{ link.path | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">
+ {{ link.name | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
+ </a>
+ </li>
+ {% endfor %}
+ </ul>
+
+ <!-- Right side -->
+ <ul class="nav navbar-nav navbar-right">
{% for page in pages %}
<li>
<a href="{{ page.url | strip_newlines | strip_html | strip | normalize_whitespace | relative_url | uri_escape }}">