diff themes/default/static_blog.html @ 842:3eb26b269539

themes (default): display a link to the atom feed below the static blog entries
author souliane <souliane@mailoo.org>
date Thu, 14 Jan 2016 23:34:31 +0100
parents 25931797db20
children c64c039bb403
line wrap: on
line diff
--- a/themes/default/static_blog.html	Wed Jan 13 17:14:04 2016 +0100
+++ b/themes/default/static_blog.html	Thu Jan 14 23:34:31 2016 +0100
@@ -117,5 +117,11 @@
         <div class="powered">
             Powered by <a href="http://salut-a-toi.org" target="#"><img src="/media/icons/apps/16/sat.png"> Salut à Toi</a>
         </div>
+        <div class="feed">
+            Subscribe to this news feed
+            <a href="{{base_url}}/atom.xml" target="#">
+                <img src="{{images}}/atom/Feed-icon.svg" alt="Atom feed">
+            </a>
+        </div>
     </body>
 </html>