: 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
|
||||
title = "About me"
|
||||
date: 2021-01-11T20:45:36+01:00
|
||||
title: "About me"
|
||||
---
|
||||
<!--more-->
|
||||
Some info about me
|
|
@ -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"
|
||||
---
|
||||
<!--more-->
|
||||
An app to help you learn how to calculate day of the week from any date.
|
||||
|
|
Loading…
Add table
Reference in a new issue