human commit
This commit is contained in:
parent
d891906702
commit
f938333ff3
366 changed files with 81971 additions and 0 deletions
14
_includes/navmenu.html
Normal file
14
_includes/navmenu.html
Normal 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>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue