Feed: Fix autodetection by removing the helper feed_meta and adding the tag manually

This commit is contained in:
erciccione 2020-08-04 08:12:11 +02:00
parent 46ad2cf2c2
commit ebae9d16b2
No known key found for this signature in database
GPG key ID: 762AF8C608E56CDF

View file

@ -48,7 +48,7 @@
<meta name="msapplication-config" content="/ietemplates/ieconfig.xml">
<!-- Expose helper tag to support automated discovery of blog feed -->
{% feed_meta %}
<!-- Feed autodetection -->
<link type="application/atom+xml" rel="alternate" href="{{ site.baseurl_root }}/feed.xml" title="Monero">
</head>