feat: menuko nabigazioa hobetzen du
This commit is contained in:
@@ -13,7 +13,7 @@ import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
|||||||
</header>
|
</header>
|
||||||
<nav>
|
<nav>
|
||||||
<HeaderLink href="/">hasiera</HeaderLink>
|
<HeaderLink href="/">hasiera</HeaderLink>
|
||||||
<HeaderLink href="/posts">postak</HeaderLink>
|
<HeaderLink href="/post">postak</HeaderLink>
|
||||||
<HeaderLink href="https://github.com/txarli">github</HeaderLink>
|
<HeaderLink href="https://github.com/txarli">github</HeaderLink>
|
||||||
<HeaderLink href="https://mastodon.eus/@txarli" rel="me">mastodon</HeaderLink>
|
<HeaderLink href="https://mastodon.eus/@txarli" rel="me">mastodon</HeaderLink>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
import { getCollection } from "astro:content";
|
import { getCollection } from "astro:content";
|
||||||
import BaseHead from "../components/BaseHead.astro";
|
import BaseHead from "../../components/BaseHead.astro";
|
||||||
import Header from "../components/Header.astro";
|
import Header from "../../components/Header.astro";
|
||||||
import Footer from "../components/Footer.astro";
|
import Footer from "../../components/Footer.astro";
|
||||||
import Post from "../components/Post.astro";
|
import Post from "../../components/Post.astro";
|
||||||
import ColorScript from "../components/ColorScript.astro";
|
import ColorScript from "../../components/ColorScript.astro";
|
||||||
|
|
||||||
import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
|
import { SITE_TITLE, SITE_DESCRIPTION } from "../../config";
|
||||||
|
|
||||||
let posts = await getCollection("posts");
|
let posts = await getCollection("posts");
|
||||||
|
|
||||||
Reference in New Issue
Block a user