diff --git a/_components/PostListItem.tsx b/_components/PostListItem.tsx index 3b76bd8..06a4098 100644 --- a/_components/PostListItem.tsx +++ b/_components/PostListItem.tsx @@ -2,13 +2,21 @@ interface Props { post: any; } -export default function(props: Props) { +export default function (props: Props) { return (
{props.post.data.description}
Copyright © 2023 Foster Hangdaan
-Made with Lume, TypeScript and lots of .
++ Made with Lume,{" "} + TypeScript and lots of + {" "} + . +
); } diff --git a/_components/header.tsx b/_components/header.tsx index 377faa3..104fe4c 100644 --- a/_components/header.tsx +++ b/_components/header.tsx @@ -8,18 +8,21 @@ export interface Props { comp: any; } -export default function(props: Props) { - const dateFormatted = Intl.DateTimeFormat("en-CA", { dateStyle: "long" }).format(props.date); +export default function (props: Props) { + const dateFormatted = Intl.DateTimeFormat("en-CA", { dateStyle: "long" }) + .format(props.date); return (- By {props.author.name} on -
- } -{ props.description }
+ ( ++ By {props.author.name} on{" "} + +
+ )} +{props.description}
{props.comp.separator()}Foster is on a coffee break.
Check back later.
+ Foster is on a coffee break.
Check back later.
+
- I am a software developer, open-source enthusiast, lover of pizza, and renegade of funk. I speak fluent English and Filipino. + I am a software developer, open-source enthusiast, lover of pizza, and + renegade of funk. I speak fluent English and Filipino.
- You'll most likely find me within my lab tinkering with my inventions and the latest JavaScript frameworks. - Other times, I help in the battle for an open web and for user privacy by contributing in the development of free and open-source software. + You'll most likely find me within{" "} + my lab{" "} + tinkering with my inventions and the latest JavaScript frameworks. Other + times, I help in the battle for an open web and for user privacy by + contributing in the development of free and open-source software.
- The best method of reaching me is through my email: foster@hangdaan.email. + The best method of reaching me is through my email:{" "} + foster@hangdaan.email.
- If you'd like an encrypted response, you can send me your GPG public key. You can find mine in the GPG Key page. + If you'd like an encrypted response, you can send me your GPG public + key. You can find mine in the GPG Key page.
- View all projects + + View all projects +