diff --git a/src/lib/blog/+post.svelte b/src/lib/blog/+post.svelte index 2050c3d..2a400f7 100755 --- a/src/lib/blog/+post.svelte +++ b/src/lib/blog/+post.svelte @@ -4,7 +4,7 @@
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index fd45b26..a099999 100755 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -8,7 +8,10 @@ import { quintOut } from 'svelte/easing'; - +
@@ -45,7 +48,7 @@

@@ -62,8 +65,8 @@ on my website.
Oh, just in case, I'm a guy, and I'm {yr} old. You don't need to know more than that.
- Finally, feel free to contact me! I love receiving mails and messages from people, and - I'll try to respond as soon as possible.
+ Finally, feel free to contact me! I love receiving mails and messages from people, and I'll + try to respond as soon as possible.
If it's a question or a request, I'll see if can also publicly document it so that others can benefit from it as well.
Until then, have a nice day! diff --git a/src/routes/blog/[slug]/+page.svelte b/src/routes/blog/[slug]/+page.svelte index e20b80d..1c8e504 100755 --- a/src/routes/blog/[slug]/+page.svelte +++ b/src/routes/blog/[slug]/+page.svelte @@ -19,36 +19,38 @@

{data.meta.title}

-

+ +

+ {convertDate(data.meta.date)} +

+

Tags: +

+
{#each data.meta.categories as category} #{category} {/each} -

-

- {convertDate(data.meta.date)} -

+
+ -
+
@@ -58,16 +60,16 @@