parent
76e0674098
commit
7e614b89a8
3 changed files with 15 additions and 14 deletions
src/layouts
|
@ -3,6 +3,7 @@ import Navbar from '../components/navbar.astro'
|
|||
import NavbarEntry from '../components/navbarEntry.astro'
|
||||
import navdata from '../../static/data/_navdata.json'
|
||||
import embed from '../assets/embed.png'
|
||||
import "iconoir/css/iconoir.css"
|
||||
|
||||
export interface Props {
|
||||
title: string
|
||||
|
@ -49,10 +50,6 @@ if (currentpage !== 'home') {
|
|||
<link rel="icon" type="image/ico" href="/favicon.ico" />
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<link href="https://mastodon.neshweb.net/@Firq" rel="me" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/gh/iconoir-icons/iconoir@main/css/iconoir.css"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<Navbar>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue