| 33 <link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_ATOM_URL %}{{ TAG_FEED_ATOM_URL|format(tag.slug) }}{% else %}{{ TAG_FEED_ATOM|format(tag.slug) }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" /> |
33 <link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_ATOM_URL %}{{ TAG_FEED_ATOM_URL|format(tag.slug) }}{% else %}{{ TAG_FEED_ATOM|format(tag.slug) }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} Tags Atom Feed" /> |
| 34 {% endif %} |
34 {% endif %} |
| 35 {% if TAG_FEED_RSS and tag %} |
35 {% if TAG_FEED_RSS and tag %} |
| 36 <link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_RSS_URL %}{{ TAG_FEED_RSS_URL|format(tag.slug) }}{% else %}{{ TAG_FEED_RSS|format(tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" /> |
36 <link href="{{ FEED_DOMAIN }}/{% if TAG_FEED_RSS_URL %}{{ TAG_FEED_RSS_URL|format(tag.slug) }}{% else %}{{ TAG_FEED_RSS|format(tag.slug) }}{% endif %}" type="application/rss+xml" rel="alternate" title="{{ SITENAME }} Tags RSS Feed" /> |
| 37 {% endif %} |
37 {% endif %} |
| 38 {% if MATOMO_JS %} |
38 {% if MATOMO_JS%} |
| 39 <script> |
39 {{MATOMO_JS}} |
| 40 var _paq = window._paq = window._paq || []; |
|
| 41 /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ |
|
| 42 _paq.push(['trackPageView']); |
|
| 43 _paq.push(['enableLinkTracking']); |
|
| 44 (function() { |
|
| 45 var u="//matomo.sdfa3.org/"; |
|
| 46 _paq.push(['setTrackerUrl', u+'matomo.php']); |
|
| 47 _paq.push(['setSiteId', '2']); |
|
| 48 var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; |
|
| 49 g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); |
|
| 50 })(); |
|
| 51 </script> |
|
| 52 {% endif %} |
40 {% endif %} |
| 53 {% if article %} |
41 {% if article %} |
| 54 {% if article.stylesheets %} |
42 {% if article.stylesheets %} |
| 55 {% for stylesheet in article.stylesheets %} |
43 {% for stylesheet in article.stylesheets %} |
| 56 {{ stylesheet }} |
44 {{ stylesheet }} |