fixes + readme
* correctif liens pocket * nommage des endblocks * réadmet + ajout capture
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
Reference in New Issue
Block a user