0041
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="w3-bar w3-black">
|
||||
{% for item in site.data.navigation %}
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %}>{{ item.name }}</a>
|
||||
<a href="{{ item.link }}" {% if page.url == item.link %} class="current" {% endif %} class="w3-bar-item w3-button">{{ item.name }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user