added webrings page
This commit is contained in:
parent
52244460bf
commit
a240ea52c1
7
content/Webrings.md
Normal file
7
content/Webrings.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Fediring
|
||||||
|
<a href="https://fediring.net/">Fediring</a>
|
||||||
|
<div style="display:flex; flex-flow: row wrap;">
|
||||||
|
<a href="https://fediring.net/previous?host=nexie.net"><i class="fa-regular fa-square-caret-left"></i></a>
|
||||||
|
<a href="fediring.net/random"><i class="fa-regular fa-shuffle"></i></a>
|
||||||
|
<a href="https://fediring.net/next?host=nexie.net"><i class="fa-regular fa-square-caret-right"></i></a>
|
||||||
|
</div>
|
|
@ -38,6 +38,7 @@ export default (() => {
|
||||||
<link rel="icon" href={iconPath} />
|
<link rel="icon" href={iconPath} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
<meta name="generator" content="Quartz" />
|
<meta name="generator" content="Quartz" />
|
||||||
|
<script src="https://kit.fontawesome.com/ccf5d53d30.js" crossorigin="anonymous"></script>
|
||||||
{css.map((href) => (
|
{css.map((href) => (
|
||||||
<link key={href} href={href} rel="stylesheet" type="text/css" spa-preserve />
|
<link key={href} href={href} rel="stylesheet" type="text/css" spa-preserve />
|
||||||
))}
|
))}
|
||||||
|
|
Loading…
Reference in a new issue