Mercurial > libervia-web
comparison themes/default/static_blog.html @ 874:c030d8235c23
theme (default): added query information in blog's atom feed alternate url
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 02 Mar 2016 15:08:42 +0100 |
parents | de17f7313cbe |
children | ccbad50e1426 |
comparison
equal
deleted
inserted
replaced
873:0cf250066b8a | 874:c030d8235c23 |
---|---|
84 <html> | 84 <html> |
85 <head profile="http://www.w3.org/2005/10/profile"> | 85 <head profile="http://www.w3.org/2005/10/profile"> |
86 <meta charset="UTF-8" /> | 86 <meta charset="UTF-8" /> |
87 <meta name="keywords" content="{{keywords}}" /> | 87 <meta name="keywords" content="{{keywords}}" /> |
88 <meta name="description" content="{{description}}" /> | 88 <meta name="description" content="{{description}}" /> |
89 <link rel="alternate" type="application/atom+xml" href="{{url_base}}/atom.xml" /> | 89 <link rel="alternate" type="application/atom+xml" href="{{url_base}}/atom.xml{{url_query}}" /> |
90 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' /> | 90 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' /> |
91 <link rel="icon" type="image/png" href="{{favicon}}" /> | 91 <link rel="icon" type="image/png" href="{{favicon}}" /> |
92 | 92 |
93 <title>{{title}}</title> | 93 <title>{{title}}</title> |
94 </head> | 94 </head> |