: instead of =

This commit is contained in:
BroodjeAap 2021-04-20 20:28:29 +02:00
parent 83b33c1128
commit 0fc57949e5
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
--- ---
date = 2021-01-11T20:45:36+01:00 date: 2021-01-11T20:45:36+01:00
title = "About me" title: "About me"
--- ---
<!--more--> <!--more-->
Some info about me Some info about me

View file

@ -1,8 +1,8 @@
--- ---
title = "OhThatsA App" title: "OhThatsA App"
date = 2021-01-11T20:45:36+01:00 date: 2021-01-11T20:45:36+01:00
draft = false draft: false
image = "/img/ohthatsa/main.png" image: "/img/ohthatsa/main.png"
--- ---
<!--more--> <!--more-->
An app to help you learn how to calculate day of the week from any date. An app to help you learn how to calculate day of the week from any date.