human commit

This commit is contained in:
Set Hallstrom 2019-02-28 17:06:17 +01:00
parent d891906702
commit f938333ff3
366 changed files with 81971 additions and 0 deletions

14
_includes/navmenu.html Normal file
View file

@ -0,0 +1,14 @@
<div id="navigation">
<ul>
{% for link in site.data.navigation %}
<li class="icofont">
<a href="{{ base }}{{ link.url }}" title="{{ link.title }}" class="{{ link.text }}{% if page.url == link.url %} current{% endif %}"></a>
</li>
{% endfor %}
<li class="icofont">
<a href="https://shop.basspistol.com" class="iconfont-shop" rel="noopener noreferrer nofollow"></a>
</li>
</ul>
</div>