Mercurial > libervia-web
comparison themes/default/static_blog.html @ 880:ccbad50e1426
blog, themes(default): added <link> element referencing xmpp: uri of the item
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 09 Mar 2016 17:56:19 +0100 |
parents | c030d8235c23 |
children | 6de862136eb6 |
comparison
equal
deleted
inserted
replaced
879:2e0e9cf9efb4 | 880:ccbad50e1426 |
---|---|
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{{url_query}}" /> | 89 <link rel="alternate" type="application/atom+xml" href="{{url_base}}/atom.xml{{url_query}}" /> |
90 <link rel="alternate" type="application/xmpp+xml" href="{{xmpp_uri}}" /> | |
90 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' /> | 91 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' /> |
91 <link rel="icon" type="image/png" href="{{favicon}}" /> | 92 <link rel="icon" type="image/png" href="{{favicon}}" /> |
92 | 93 |
93 <title>{{title}}</title> | 94 <title>{{title}}</title> |
94 </head> | 95 </head> |