feat: add first webrig
This commit is contained in:
parent
cac8e5df51
commit
173cad7669
2 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
import Icon from 'astro-iconify'
|
||||
import { footerLinks as links } from '../constants/links'
|
||||
import WebRings from './WebRings.astro'
|
||||
const year = new Date().getFullYear()
|
||||
---
|
||||
|
||||
|
@ -27,6 +28,9 @@ const year = new Date().getFullYear()
|
|||
))
|
||||
}
|
||||
</ul>
|
||||
|
||||
<WebRings />
|
||||
|
||||
<p>
|
||||
Copyright © 2022-{year}
|
||||
<a href="/">Ayo Ayco</a>. This website <a
|
||||
|
|
11
src/components/WebRings.astro
Normal file
11
src/components/WebRings.astro
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
|
||||
---
|
||||
|
||||
<div>
|
||||
<p>
|
||||
<a href="https://fediring.net/previous?host=ayo.ayco.io">←</a>
|
||||
<a href="https://fediring.net/">Fediring</a>
|
||||
<a href="https://fediring.net/next?host=ayo.ayco.io">→</a>
|
||||
</p>
|
||||
</div>
|
Loading…
Reference in a new issue