From 0fc57949e5bc6834f6b4141fdede722812f1f242 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Tue, 20 Apr 2021 20:28:29 +0200 Subject: [PATCH] : instead of = --- content/about/_index.md | 4 ++-- content/projects/ohthatsa.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/about/_index.md b/content/about/_index.md index e764fee..438087f 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -1,6 +1,6 @@ --- -date = 2021-01-11T20:45:36+01:00 -title = "About me" +date: 2021-01-11T20:45:36+01:00 +title: "About me" --- Some info about me \ No newline at end of file diff --git a/content/projects/ohthatsa.md b/content/projects/ohthatsa.md index acd0a58..fd9610c 100644 --- a/content/projects/ohthatsa.md +++ b/content/projects/ohthatsa.md @@ -1,8 +1,8 @@ --- -title = "OhThatsA App" -date = 2021-01-11T20:45:36+01:00 -draft = false -image = "/img/ohthatsa/main.png" +title: "OhThatsA App" +date: 2021-01-11T20:45:36+01:00 +draft: false +image: "/img/ohthatsa/main.png" --- An app to help you learn how to calculate day of the week from any date.