mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Set favicon and logo on output
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
import BlogFooter from "./common/BlogFooter.svelte";
|
||||
|
||||
const {
|
||||
favicon,
|
||||
title,
|
||||
logoType,
|
||||
logo,
|
||||
@@ -11,6 +12,7 @@
|
||||
articles,
|
||||
footerAdditionalText
|
||||
}: {
|
||||
favicon: string;
|
||||
title: string;
|
||||
logoType: "text" | "image";
|
||||
logo: string;
|
||||
@@ -20,7 +22,7 @@
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<BlogHead {title} />
|
||||
<BlogHead {title} {favicon} />
|
||||
|
||||
<BlogNav {logoType} {logo} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user