Fix accessibility on JSON feed link

This commit is contained in:
Michal Vanko 2020-07-14 13:00:14 +02:00
parent 6a5961a587
commit b3cfa4a8cc

View File

@ -204,9 +204,16 @@
<hr /> <hr />
<section class="subscribe"> <section class="subscribe">
<a href="/feed.xml" title="RSS feed" class="rss"> <a href="/feed.xml" title="RSS feed" class="rss">
Subscribe {@html rssIcon} Subscribe
{@html rssIcon}
</a>
<a
href="/feed.json"
title="JSON feed"
class="json-feed"
aria-label="Subscribe with JSON feed">
{@html jsonFeedIcon}
</a> </a>
<a href="/feed.json" title="JSON feed" class="json-feed">{@html jsonFeedIcon}</a>
</section> </section>
</section> </section>
<section class="socials"> <section class="socials">