Added visible blog link
Some checks are pending
Deploy / deploy (push) Blocked by required conditions
Deploy / build-and-publish (push) Successful in 3m44s

This commit is contained in:
2025-05-19 22:45:04 +03:00
parent 49493c2cf9
commit fceafd9841
3 changed files with 15 additions and 1 deletions

View File

@@ -1,10 +1,13 @@
<script lang="ts">
import Navbar from "$lib/components/Navbar.svelte";
import { page } from '$app/stores';
</script>
<Navbar>
<div slot="title">
<a href="/blog">Блог</a>
{#if $page.url.pathname !== '/blog'}
<a href="/blog">Назад</a>
{/if}
</div>
</Navbar>