diff --git a/Fourth Post.md b/Fourth Post.md index af50761..88614a0 100644 --- a/Fourth Post.md +++ b/Fourth Post.md @@ -1,6 +1,6 @@ +++ -title = '{{ title }}' -date = '{{ date }}' +title = '{{title}}' +date = '{{date}}' author = '' cover = '' tags = ['', ''] diff --git a/Third post.md b/Third post.md index c72aadf..c37604b 100644 --- a/Third post.md +++ b/Third post.md @@ -1,6 +1,6 @@ +++ -title = '{{ title }}' -date = '{{ date }}' +title = '{{title}}' +date = '{{date}}' author = '' cover = '' tags = ['', ''] diff --git a/Untitled.md b/Untitled.md index dfe86de..f716079 100644 --- a/Untitled.md +++ b/Untitled.md @@ -1,6 +1,6 @@ +++ -title = '{{ title }}' -date = '{{ date }}' +title = '{{title}}' +date = '{{date}}' author = '' cover = '' tags = ['', ''] diff --git a/my-first-post.md b/my-first-post.md index 58d33ed..1d7bc53 100644 --- a/my-first-post.md +++ b/my-first-post.md @@ -1,6 +1,6 @@ +++ -title = '{{ title }}' -date = '{{ date }}' +title = '{{title}}' +date = '{{date}}' author = '' cover = '' tags = ['', ''] diff --git a/second post.md b/second post.md index 5c7cd4e..75e5527 100644 --- a/second post.md +++ b/second post.md @@ -1,6 +1,6 @@ +++ -title = '{{ title }}' -date = '{{ date }}' +title = '{{title}}' +date = '{{date}}' author = '' cover = '' tags = ['', '']