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,6 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ page.title }} | {{ SITENAME }}{% endblock %}
{% block title %}{{ page.title }} | {{ SITENAME }}{% endblock title %}
{% block local %}
@ -13,16 +13,16 @@
</nav>
{#}{% include "inc/pages.nav.html" %}#}
</aside>
{% endblock %}
{% endblock local_aside %}
{% block main %}<main class="nine wide column">
<article class="ui segment">
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
</article>
</main>
{% endblock %}
{% block main %}<main class="nine wide column">
<article class="ui segment">
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{{ page.content }}
</article>
</main>
{% endblock main %}
{% endblock %}
{% endblock local %}