Browse Source

AJout des liens dans aside pour les flux

Sangfroid 4 months ago
parent
commit
9db4c359fa
1 changed files with 10 additions and 3 deletions
  1. 10 3
      templates/_aside.html.twig

+ 10 - 3
templates/_aside.html.twig

@@ -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 -->