Update blog post metadata and styles
This commit is contained in:
parent
2b53025876
commit
4075996fa1
2
.env
2
.env
@ -1,2 +1,2 @@
|
|||||||
DEFAULT_TITLE=Valentin Popov’s Technology Blog
|
DEFAULT_TITLE=Valentin Popov’s Blog
|
||||||
DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
|
DEFAULT_DESCRIPTION=Tech insights and coding best practices from an OpenSource enthusiast and ethical hacker.
|
@ -50,7 +50,7 @@ const { pathname } = Astro.url;
|
|||||||
pathname !== "/" ? (
|
pathname !== "/" ? (
|
||||||
<>
|
<>
|
||||||
<Icon name="hugeicons:arrow-left-01" />
|
<Icon name="hugeicons:arrow-left-01" />
|
||||||
<span>{import.meta.env.DEFAULT_TITLE}</span>
|
<span>Home</span>
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
Loading…
Reference in New Issue
Block a user