diff --git a/src/pages/404.astro b/src/pages/404.astro index 438798b..724a30a 100644 --- a/src/pages/404.astro +++ b/src/pages/404.astro @@ -9,6 +9,19 @@ const meta = { --- + + + + + + +

Get template

+

404

Oops, something went wrong.

diff --git a/src/pages/blog/[...page].astro b/src/pages/blog/[...page].astro index 5720d61..9dc57c2 100644 --- a/src/pages/blog/[...page].astro +++ b/src/pages/blog/[...page].astro @@ -109,5 +109,18 @@ const paginationProps = { ) }
+ + + + + + +

Get template

+
diff --git a/src/pages/index.astro b/src/pages/index.astro index 3b73efd..f29dfd1 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -28,14 +28,15 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS) profile photo

Lorem ipsum dolor

-
-

Available for work

-
+

Get template

+
+ + + + + + +

Get template

+
diff --git a/src/pages/tags/[tag]/[...page].astro b/src/pages/tags/[tag]/[...page].astro index 7960ad4..000677a 100644 --- a/src/pages/tags/[tag]/[...page].astro +++ b/src/pages/tags/[tag]/[...page].astro @@ -79,5 +79,18 @@ const paginationProps = { + + + + + + +

Get template

+
diff --git a/src/pages/tags/index.astro b/src/pages/tags/index.astro index 5fc68ee..47cb742 100644 --- a/src/pages/tags/index.astro +++ b/src/pages/tags/index.astro @@ -51,5 +51,18 @@ const meta = { )) } + + + + + + +

Get template

+