diff --git a/Fourth Post.md b/Fourth Post.md index 65f59cc..e24393c 100644 --- a/Fourth Post.md +++ b/Fourth Post.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ title }}" date = "{{date}}" author = "" cover = "" @@ -9,7 +9,6 @@ description = "" showFullContent = false readingTime = false hideComments = false - - ++++ Here is my content! \ No newline at end of file diff --git a/Third post.md b/Third post.md index 901ed91..bf64a4b 100644 --- a/Third post.md +++ b/Third post.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ title }}" date = "{{date}}" author = "" cover = "" @@ -9,5 +9,6 @@ description = "" showFullContent = false readingTime = false hideComments = false ++++ Is this it? \ No newline at end of file diff --git a/Untitled.md b/Untitled.md index ab01fc4..e09b284 100644 --- a/Untitled.md +++ b/Untitled.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ title }}" date = "{{date}}" author = "" cover = "" diff --git a/my-first-post.md b/my-first-post.md index c26d3fa..a0a9ea4 100644 --- a/my-first-post.md +++ b/my-first-post.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ title }}" date = "{{date}}" author = "" cover = "" @@ -9,6 +9,7 @@ description = "" showFullContent = false readingTime = false hideComments = false ++++ ## Introduction This is **bold** text, and this is *emphasized* text. diff --git a/second post.md b/second post.md index 08d81e2..104333f 100644 --- a/second post.md +++ b/second post.md @@ -1,5 +1,5 @@ +++ -title = "{{ replace .TranslationBaseName "-" " " | title }}" +title = "{{ title }}" date = "{{date}}" author = "" cover = "" @@ -9,5 +9,6 @@ description = "" showFullContent = false readingTime = false hideComments = false ++++ Second post test \ No newline at end of file