1
0

import du theme dans github

This commit is contained in:
Jérémie Ducastel
2015-08-09 22:49:57 +02:00
parent 5e068f639d
commit ece36d7498
13 changed files with 641 additions and 0 deletions

View 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>