From 176decec1c21bd1fdccc3f8f451e9ca5222e3cbd Mon Sep 17 00:00:00 2001 From: srleom Date: Tue, 19 Mar 2024 16:27:38 +0800 Subject: [PATCH] Added button --- src/pages/404.astro | 13 +++++++++++++ src/pages/blog/[...page].astro | 13 +++++++++++++ src/pages/index.astro | 24 +++++++++++++++++++----- src/pages/tags/[tag]/[...page].astro | 13 +++++++++++++ src/pages/tags/index.astro | 13 +++++++++++++ 5 files changed, 71 insertions(+), 5 deletions(-) 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

+