Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add rss link in homepage
  • Loading branch information
eneax committed Feb 15, 2020
1 parent fdda249 commit 8f9c51f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.js
@@ -1,6 +1,6 @@
import React from 'react'
import styled from 'styled-components'
import { MdCode, MdMailOutline } from 'react-icons/md'
import { MdCode, MdMailOutline, MdRssFeed } from 'react-icons/md'

import Layout from '../components/layout'
import SEO from '../components/seo'
Expand All @@ -23,6 +23,9 @@ const IndexPage = () => (
<SocialLink href="mailto:eneaxharja@gmail.com" aria-label="mail" >
<MdMailOutline />
</SocialLink>
<SocialLink href="https://eneaxharja.com/rss.xml" aria-label="rss" >
<MdRssFeed />
</SocialLink>
</HeaderWrapper>
</Layout>
)
Expand Down

0 comments on commit 8f9c51f

Please sign in to comment.