Mercurial > libervia-web
comparison themes/default/static_blog.html @ 855:de17f7313cbe
server (blog): fixed atom feed link
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 22 Jan 2016 20:22:30 +0100 |
parents | fe43cf3ed7d8 |
children | c030d8235c23 |
comparison
equal
deleted
inserted
replaced
854:0dfb76b13115 | 855:de17f7313cbe |
---|---|
43 <h2><a href="{{entry.url}}" class="item_link">{{entry.title}}</a></h2> | 43 <h2><a href="{{entry.url}}" class="item_link">{{entry.title}}</a></h2> |
44 {% endif %} | 44 {% endif %} |
45 {% if entry.tags %} | 45 {% if entry.tags %} |
46 <ul class="mblog_tags"> | 46 <ul class="mblog_tags"> |
47 {% for tag in entry.tags %} | 47 {% for tag in entry.tags %} |
48 <li><a href="{{base_url}}?tag={{tag}}">{{tag}}</a></li> | 48 <li><a href="{{url_base}}?tag={{tag}}">{{tag}}</a></li> |
49 {% endfor %} | 49 {% endfor %} |
50 </ul> | 50 </ul> |
51 {% endif %} | 51 {% endif %} |
52 {{entry.content}} | 52 {{entry.content}} |
53 </span> | 53 </span> |
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="{{base_url}}/atom.xml" /> | 89 <link rel="alternate" type="application/atom+xml" href="{{url_base}}/atom.xml" /> |
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> |
95 | 95 |
96 <body> | 96 <body> |
97 <div class="mblog_title"> | 97 <div class="mblog_title"> |
98 <a href="{{base_url}}"> | 98 <a href="{{url_base}}"> |
99 {{ image(banner_img) }} | 99 {{ image(banner_img) }} |
100 {{ title }} | 100 {{ title }} |
101 </a> | 101 </a> |
102 </div> | 102 </div> |
103 | 103 |
125 Powered by <a href="http://salut-a-toi.org" target="#"><img src="/media/icons/apps/16/sat.png" /> Salut à Toi</a> | 125 Powered by <a href="http://salut-a-toi.org" target="#"><img src="/media/icons/apps/16/sat.png" /> Salut à Toi</a> |
126 </div> | 126 </div> |
127 | 127 |
128 <div class="feed"> | 128 <div class="feed"> |
129 Subscribe to this news feed | 129 Subscribe to this news feed |
130 <a href="{{base_url}}/atom.xml" target="#"> | 130 <a href="{{url_base}}/atom.xml{{url_query}}" target="#"> |
131 <img src="{{images}}/atom/Feed-icon.svg" alt="Atom feed" /> | 131 <img src="{{images}}/atom/Feed-icon.svg" alt="Atom feed" /> |
132 </a> | 132 </a> |
133 </div> | 133 </div> |
134 | 134 |
135 </body> | 135 </body> |