|
@@ -9,6 +9,15 @@
|
|
|
{% endfor %}
|
|
|
</ul>
|
|
|
</section>
|
|
|
+
|
|
|
+ <!-- Section Flux -->
|
|
|
+ <section class="feeds">
|
|
|
+ <h2>Flux</h2>
|
|
|
+ <ul>
|
|
|
+ <li><a href="{{ path('feed_atom') }}">Atom</a></li>
|
|
|
+ <li><a href="{{ path('feed_rss') }}">RSS</a></li>
|
|
|
+ </ul>
|
|
|
+ </section>
|
|
|
|
|
|
<!-- Section Connexion -->
|
|
|
<section class="connexion">
|
|
@@ -30,9 +39,7 @@
|
|
|
</li>
|
|
|
</ul>
|
|
|
{% endif %}
|
|
|
- </section>
|
|
|
-
|
|
|
-
|
|
|
+ </section>
|
|
|
|
|
|
{#
|
|
|
<!-- Catégories -->
|