From 14f29a4de93d2dfc3d52004afc4671e1369cd41c Mon Sep 17 00:00:00 2001 From: es3n1n Date: Wed, 11 Oct 2023 04:47:04 +0200 Subject: [PATCH] revert: we are not recruiting anymore --- .gitignore | 5 ++++- src/pages/index.astro | 10 ++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f934cf6..4638f2c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ pnpm-debug.log* # misc *.pem .cache -.astro \ No newline at end of file +.astro + +# vim swap file +.swp diff --git a/src/pages/index.astro b/src/pages/index.astro index dc02f69..d1dff1a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -10,14 +10,8 @@ const allPostsByDate = sortMDByDate(allPosts).slice(0, MAX_POSTS); --- -
-

We are looking for players

-

- Please check out our about page if you are interested -

-
-
-

Posts

+
+

Posts

    { allPostsByDate.map((p) => (