add images to www navigation

This commit is contained in:
Adam Matthiesen 2024-01-30 20:56:59 -08:00
parent 2335c1719f
commit 712bdb5b38
2 changed files with 6 additions and 7 deletions

View File

@ -12,7 +12,6 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription } = A
<!-- Page Metadata -->
<link rel="canonical" href={canonicalURL} />
<link rel="icon" type="image/svg" href={spaceghost.src} />
<meta name="description" content={description} />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
@ -31,7 +30,7 @@ const { title = SiteTitle, name = SiteTitle, description = SiteDescription } = A
<meta name="twitter:image" content={Astro.url+'og.png'} />
<meta name="twitter:image:alt" content="og_alt" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<AstroFont
config={[

View File

@ -13,11 +13,11 @@ import spaceghost from '../assets/spaceghost.png'
</a>
</h2>
<div class="links">
<a href="https://demo.astro-ghostcms.xyz" target="_blank">Live Demo</a>
<a href="https://test.demo.astro-ghostcms.xyz" target="_blank">Lighthouse Report</a>
<a href="/docs" target="">Docs</a>
<a href="https://www.npmjs.com/package/@matthiesenxyz/astro-ghostcms" target="_blank">NPM</a>
<a href="https://github.com/matthiesenxyz/astro-ghostcms" target="_blank">GitHub</a>
<a href="https://demo.astro-ghostcms.xyz" target="_blank"><i class="bi bi-folder-symlink-fill"> Live Demo</i></a>
<a href="https://test.demo.astro-ghostcms.xyz" target="_blank"><i class="bi bi-flag-fill"> Unlighthouse</i></a>
<a href="/docs" target=""><i aria-label="Docs" class="bi bi-journal-code"> Docs</i></a>
<a href="https://github.com/matthiesenxyz/astro-ghostcms" target="_blank"><i class="bi bi-github"> GitHub</i></a>
<a href="https://discord.gg/e4yFbGHA72" target="_blank"><i class="bi bi-discord"> Discord</i></a>
</div>
</nav>
</header>