Skip to content

Commit

Permalink
feat: ✨ add link to RSS feat
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos committed Jan 13, 2019
1 parent 86de321 commit 875a4e6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let Footer = () => (
query SiteFooterQuery {
site {
siteMetadata {
siteUrl
version
}
}
Expand Down Expand Up @@ -61,6 +62,14 @@ let Footer = () => (
<BottomLink as={Link} to="/changelog/">
changelog
</BottomLink>

<BottomLink
href={`${meta.siteUrl}/rss.xml`}
target="_blank"
rel="noreferrer noopener"
>
rss
</BottomLink>
</div>
</F>
)}
Expand Down

0 comments on commit 875a4e6

Please sign in to comment.