add rss link to footer
This commit is contained in:
parent
f92b36699a
commit
72c214bf29
|
@ -38,6 +38,12 @@ export default function Footer () {
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<span className='text-muted mx-2'> \ </span>
|
<span className='text-muted mx-2'> \ </span>
|
||||||
|
<Link href='/rss' passHref>
|
||||||
|
<a className='text-dark d-inline-flex'>
|
||||||
|
RSS
|
||||||
|
</a>
|
||||||
|
</Link>
|
||||||
|
<span className='text-muted mx-2'> \ </span>
|
||||||
<small>
|
<small>
|
||||||
<a className='text-dark d-inline-flex' href='https://github.com/stackernews/stacker.news'>
|
<a className='text-dark d-inline-flex' href='https://github.com/stackernews/stacker.news'>
|
||||||
This is free open source software <Github width={20} height={20} className='mx-1' />
|
This is free open source software <Github width={20} height={20} className='mx-1' />
|
||||||
|
|
Loading…
Reference in New Issue