import du theme dans github
This commit is contained in:
10
templates/inc/pages.nav.html
Normal file
10
templates/inc/pages.nav.html
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
<div class="ui horizontal divider"><i class="file icon"></i></div>
|
||||
<nav class="ui large vertical fluid secondary menu">{% for p in PAGES %}
|
||||
{% if page and p.slug == page.slug %}
|
||||
<a href="{{ SITEURL }}/{{ p.url }}" class="active item">{{ p.title }}</a>
|
||||
{% else %}
|
||||
<a href="{{ SITEURL }}/{{ p.url }}" class="item">{{ p.title }}</a>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</nav>
|
Reference in New Issue
Block a user