Fix subscribe link

This commit is contained in:
Michal Vanko 2021-12-16 13:57:33 +01:00
parent ce9a6b6bbf
commit f256ab1088

View File

@ -72,12 +72,13 @@
</ul>
<hr class={hrClass} />
<section class="subscribe {boldClass}">
<a href="/feed.xml" title="RSS feed" class="rss">
<a href="/feed.xml" rel="external" title="RSS feed" class="rss">
Subscribe
<SvgIcon name="rss" className={svgClass} />
</a>
<a
href="/feed.json"
rel="external"
title="JSON feed"
class="json-feed"
aria-label="Subscribe with JSON feed"