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

@ -1,11 +1,11 @@
{% extends "index.html" %}
{% block title %}{{ tag }} | {{ SITENAME }}{% endblock %}
{% block title %}{{ tag }} | {{ SITENAME }}{% endblock title %}
{% block breadcrumb %}
<a href="/" class="item"><i class="home icon"></i></a>
<span class="active item" data-content="{{ tag }}"><i class="tag icon"></i> {{ tag }}</span>
{% endblock %}
{% endblock breadcrumb %}
{% block feeds %}
{% if TAG_FEED_ATOM %}{# TO DO : formatage ur categorie #}
@ -17,4 +17,4 @@
<i class="tag icon"></i><i class="feed icon"></i>
</a>
{% endif %}
{% endblock %}
{% endblock feeds %}