comparison themes/default/static_blog.html @ 897:6de862136eb6

theme (default): changed MIME type for xmpp: link
author Goffi <goffi@goffi.org>
date Sun, 20 Mar 2016 22:30:03 +0100
parents ccbad50e1426
children
comparison
equal deleted inserted replaced
896:06ead60cbfe0 897:6de862136eb6
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="alternate" type="application/atom+xml" href="{{xmpp_uri}}" />
91 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' /> 91 <link rel='stylesheet' type="text/css" href='{{styles}}/blog.css' />
92 <link rel="icon" type="image/png" href="{{favicon}}" /> 92 <link rel="icon" type="image/png" href="{{favicon}}" />
93 93
94 <title>{{title}}</title> 94 <title>{{title}}</title>
95 </head> 95 </head>