diff --git a/src/pages/home.jsx b/src/pages/home.jsx index ae7c468..64a8c43 100644 --- a/src/pages/home.jsx +++ b/src/pages/home.jsx @@ -7,69 +7,69 @@ import CodeStats from "../containers/CodeStats" // import TodayILearned from "@/containers/TodayILearned" const HomePage = () => { - const { posts } = usePosts() - return ( - -
-
-
-
-
- -
-
-

-
- systems obscure -
-

-

- Another software engineer with a blog. This is my technical - scrapbook and digital garden. -

-
-
-
-
-
+ const { posts } = usePosts() + return ( + +
+
+
+
+
+ +
+
+

+
+ systems obscure +
+

+

+ A wizard who goes to bed early. This is my technical scrapbook + and digital garden. +

+
+
+
+
+
- + - post.tags.includes("highlight"))} - /> + post.tags.includes("highlight"))} + /> -
-
-
-

- {`projects`} -

-
    -
  • - - eolas - -
  • -
  • -

    - A public frontend for my local Zettelkasten created with - NodeJS, Python and React. -

    -
  • -
-
-
-
- - -
- ) +
+
+
+

+ {`projects`} +

+
    +
  • + + eolas + +
  • +
  • +

    + A public frontend for my local Zettelkasten created with + NodeJS, Python and React. +

    +
  • +
+
+
+
+ + +
+ ) } export { HomePage } diff --git a/src/templates/TagTemplate.jsx b/src/templates/TagTemplate.jsx index e4c633b..8d6ec9e 100644 --- a/src/templates/TagTemplate.jsx +++ b/src/templates/TagTemplate.jsx @@ -12,10 +12,8 @@ const TagTemplate = () => { return ( -
-

{`Posts tagged: #${tag}`}

-
- +
+
) }