open analytics link in footer
This commit is contained in:
parent
a38ef84b5d
commit
fec2a6ecc0
|
@ -38,10 +38,14 @@ export default function Footer () {
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<span className='text-muted mx-2'> \ </span>
|
<span className='text-muted mx-2'> \ </span>
|
||||||
<a href='/rss' className='text-dark d-inline-flex'>
|
<a href='/rss' className='text-dark d-inline-flex' target='_blank'>
|
||||||
RSS
|
RSS
|
||||||
</a>
|
</a>
|
||||||
<span className='text-muted mx-2'> \ </span>
|
<span className='text-muted mx-2'> \ </span>
|
||||||
|
<a href='https://plausible.io/stacker.news' className='text-dark d-inline-flex' target='_blank' rel='noreferrer'>
|
||||||
|
Analytics
|
||||||
|
</a>
|
||||||
|
<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