mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
chore: use description in head
This commit is contained in:
@@ -27,6 +27,8 @@ const { backLink, footer = true, header = true, title, description } = Astro.pro
|
|||||||
|
|
||||||
<title>{title}</title>
|
<title>{title}</title>
|
||||||
|
|
||||||
|
<meta name="description" content={description} />
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
document.documentElement.classList.remove('no-js');
|
document.documentElement.classList.remove('no-js');
|
||||||
document.documentElement.classList.add('js');
|
document.documentElement.classList.add('js');
|
||||||
@@ -65,5 +67,10 @@ const { backLink, footer = true, header = true, title, description } = Astro.pro
|
|||||||
</div>
|
</div>
|
||||||
{footer && <PageFooter />}
|
{footer && <PageFooter />}
|
||||||
</Sprite.Provider>
|
</Sprite.Provider>
|
||||||
|
<script>
|
||||||
|
console.info(
|
||||||
|
'👋 I see you’re interested in the source code of this site? You can find it here 👉 https://github.com/kogakure/website-astro-stefanimhoff.de'
|
||||||
|
);
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user