Mercurial > libervia-web
changeset 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 | f22a4bf9a67e |
children | ab923b870fb0 |
files | libervia_server/blog.py public/libervia.html |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
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>
--- a/public/libervia.html Mon Feb 24 19:05:35 2014 +0100 +++ b/public/libervia.html Mon Feb 24 22:30:01 2014 +0100 @@ -18,6 +18,7 @@ <html> <head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="pygwt:module" content="libervia"> <link rel='stylesheet' href='libervia.css'>