1
0

fixes + readme

* correctif liens pocket
* nommage des endblocks
* réadmet + ajout capture
This commit is contained in:
Jérémie Ducastel
2015-08-10 13:37:36 +02:00
parent dfe668a992
commit 90d68a9a4b
13 changed files with 56 additions and 60 deletions

View File

@ -30,7 +30,7 @@
<footer class="extra content">
<a href="/{{ article.url }}"><i class="angle double right icon"></i> lire</a>
<!--<span class="right floated">{{ article.locale_date }}</span>-->
<a href="https://getpocket.com/save?url={{ SITEURL }}/{{ article.category.url }}" title="Save to pocket" class="right floated">
<a href="https://getpocket.com/save?url={{ SITEURL }}/{{ article.url }}" title="Save to pocket" class="right floated">
<i class="cloud upload icon"></i> pocket
</a>
</footer>

View File

@ -1,5 +1,5 @@
{# navigation globale #}
<aside id="global" class="two wide computer column">
<aside id="global" class="two wide computer four wide tablet column">
{% if DISPLAY_CATEGORIES_ON_MENU %}
<div class="ui horizontal divider">
<i class="folder icon"></i>

View File

@ -1,10 +0,0 @@
<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>