Fix subscribe link
This commit is contained in:
parent
ce9a6b6bbf
commit
f256ab1088
@ -72,12 +72,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<hr class={hrClass} />
|
<hr class={hrClass} />
|
||||||
<section class="subscribe {boldClass}">
|
<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
|
Subscribe
|
||||||
<SvgIcon name="rss" className={svgClass} />
|
<SvgIcon name="rss" className={svgClass} />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="/feed.json"
|
href="/feed.json"
|
||||||
|
rel="external"
|
||||||
title="JSON feed"
|
title="JSON feed"
|
||||||
class="json-feed"
|
class="json-feed"
|
||||||
aria-label="Subscribe with JSON feed"
|
aria-label="Subscribe with JSON feed"
|
||||||
|
Loading…
Reference in New Issue
Block a user