This commit is contained in:
Set Hallstrom 2019-04-01 23:16:35 +02:00
parent 9e9b61eabc
commit cfc4264419
266 changed files with 80462 additions and 40141 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>