diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a1635f3..4d5f176 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -114,6 +114,7 @@ const address = import.meta.env.PUBLIC_ADDRESS; )} + Skip to content - - - - - +
diff --git a/src/pages/index.astro b/src/pages/index.astro index acfb920..c043ce2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -21,6 +21,8 @@ const posts = await getPosts("posts");
+ +

Who am I

My name is MichaƂ, I go by Fluffy, I'm 19 and I like computers

diff --git a/src/pages/leg.astro b/src/pages/leg.astro index 0903930..4bab135 100644 --- a/src/pages/leg.astro +++ b/src/pages/leg.astro @@ -12,6 +12,8 @@ import GwaGwa from "../assets/fumble.jpg";

GwaGwa

+ +
Books of egg

+ +
    {posts.map(post => ( diff --git a/src/pages/refsheet.astro b/src/pages/refsheet.astro index dd7b05c..80418d4 100644 --- a/src/pages/refsheet.astro +++ b/src/pages/refsheet.astro @@ -16,6 +16,8 @@ import Mood from "../assets/art/mood.png";

    Maned Wolf moment

+ +

Refsheet

FluffyBean diff --git a/src/pages/search/[filter].astro b/src/pages/search/[filter].astro index 9008089..ca9d6cc 100644 --- a/src/pages/search/[filter].astro +++ b/src/pages/search/[filter].astro @@ -35,6 +35,8 @@ const filteredPosts = allPosts.filter((project) => project.data.tags.includes(ta

Showing {filteredPosts.length}/{allPosts.length} posts

+ +
    {filteredPosts.map(post => ( diff --git a/src/pages/search/index.astro b/src/pages/search/index.astro index b661760..dd850db 100644 --- a/src/pages/search/index.astro +++ b/src/pages/search/index.astro @@ -28,6 +28,8 @@ tags.sort((a, b) => {

    Filter posts by tags

+ +
    {tags.map(tag => (