mirror of
https://github.com/valentineus/popov.link.git
synced 2025-06-07 18:43:34 +03:00
10 lines
307 B
HTML
10 lines
307 B
HTML
<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> |