0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-24 00:48:48 +03:00

Update blog post metadata and styles

This commit is contained in:
2024-10-02 23:09:05 +00:00
parent 2b53025876
commit 4075996fa1
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -1,2 +1,2 @@
DEFAULT_TITLE=Valentin Popovs Technology Blog DEFAULT_TITLE=Valentin Popovs 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.

View File

@@ -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>
</> </>
) : ( ) : (
<> <>