diff libervia_server/blog.py @ 375:41a386a27002

server and browser sides: add in the static blog the link to the Atom feed + set encoding of libervia.html
author souliane <souliane@mailoo.org>
date Mon, 24 Feb 2014 22:30:01 +0100
parents d7870ab9d1ff
children 893451e35686
line wrap: on
line diff
--- a/libervia_server/blog.py	Mon Feb 24 19:05:35 2014 +0100
+++ b/libervia_server/blog.py	Mon Feb 24 22:30:01 2014 +0100
@@ -80,6 +80,7 @@
             <html>
             <head>
                 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+                <link rel="alternate" type="application/atom+xml" href="%(user)s/atom.xml"/>
                 <link rel="stylesheet" type="text/css" href="../css/blog.css" />
                 <title>%(user)s's microblog</title>
             </head>