theme/templates/base.html

changeset 40
2a30ebfd851f
parent 36
9507107a1133
child 67
2c795abff532
equal deleted inserted replaced
38:71e96f955e7a 40:2a30ebfd851f
32 <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" /> 32 <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_ATOM|format(tag.slug) }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" />
33 {% endif %} 33 {% endif %}
34 {% if TAG_FEED_RSS and tag %} 34 {% if TAG_FEED_RSS and tag %}
35 <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" /> 35 <link href="{{ FEED_DOMAIN }}/{{ TAG_FEED_RSS|format(tag.slug) }}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" />
36 {% endif %} 36 {% endif %}
37 {% if PIWIK %}
38 {{PIWIK}}
39 {% endif %}
37 {% endblock head %} 40 {% endblock head %}
38 </head> 41 </head>
39 <body> 42 <body>
40 <div class="pages"> 43 <div class="pages">
41 <ul> 44 <ul>

mercurial