: instead of =
This commit is contained in:
parent
83b33c1128
commit
0fc57949e5
2 changed files with 6 additions and 6 deletions
|
@ -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
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue