aboutsummaryrefslogtreecommitdiff
path: root/_includes/navbar.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 02:38:59 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 02:38:59 +0300
commite68f7cf6c7fadb1bceea955a4caf40954d9b024e (patch)
tree5fe6a1ac66ed98571674ab6686e1742a46812eb8 /_includes/navbar.html
parentedaeaf08b8750e8278b18484ff8e0aa180fe3fab (diff)
downloadpopov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.tar.xz
popov.link-e68f7cf6c7fadb1bceea955a4caf40954d9b024e.zip
Moved actual template site
Diffstat (limited to '_includes/navbar.html')
-rw-r--r--_includes/navbar.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/_includes/navbar.html b/_includes/navbar.html
new file mode 100644
index 0000000..431b268
--- /dev/null
+++ b/_includes/navbar.html
@@ -0,0 +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 %}
+
+ <span>
+ <span>|</span>
+ <a href="{{ site.rss | absolute_url | uri_escape }}">RSS</a>
+ </span>
+</nav> \ No newline at end of file