# HG changeset patch # User souliane # Date 1452810871 -3600 # Node ID 3eb26b269539f3fea4ab7960246386b367dee8cf # Parent 4a01be961fd246d3773b15bae5f62b24f5c8ea9c themes (default): display a link to the atom feed below the static blog entries diff -r 4a01be961fd2 -r 3eb26b269539 themes/default/images/atom/Feed-icon.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/default/images/atom/Feed-icon.svg Thu Jan 14 23:34:31 2016 +0100 @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff -r 4a01be961fd2 -r 3eb26b269539 themes/default/images/atom/README --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/themes/default/images/atom/README Thu Jan 14 23:34:31 2016 +0100 @@ -0,0 +1,7 @@ +The work in this directory is licenced under a MPL/GPL/LGPL tri-license: + - MPL 1.1 + - GPL 2 or later + - LGPL 2 or later + +Originally distributed by the Mozilla Foundation +Source: http://www.feedicons.com \ No newline at end of file diff -r 4a01be961fd2 -r 3eb26b269539 themes/default/static_blog.html --- 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 @@
Powered by Salut à Toi
+
+ Subscribe to this news feed + + Atom feed + +
diff -r 4a01be961fd2 -r 3eb26b269539 themes/default/styles/blog.css --- a/themes/default/styles/blog.css Wed Jan 13 17:14:04 2016 +0100 +++ b/themes/default/styles/blog.css Thu Jan 14 23:34:31 2016 +0100 @@ -212,16 +212,18 @@ border-radius: 5px; } -.powered { +.powered, .feed { text-align: center; font-family: FreeSans,Liberation Sans,Arial,sans-serif; color: rgb(51, 51, 51); font-size: small; } -.powered a { +.powered a, .feed a { text-decoration: none; } -.powered img { +.powered img, .feed img { vertical-align: bottom; -} \ No newline at end of file + width: 16px; + heigth: 16px; +}