diff --git a/content/bookshelf/2022 Books.md b/content/bookshelf/2022 Books.md index e69de29bb..a8e008b73 100644 --- a/content/bookshelf/2022 Books.md +++ b/content/bookshelf/2022 Books.md @@ -0,0 +1,5 @@ +--- +title: "2022 Books" +tags: +- example-tag +--- \ No newline at end of file diff --git a/content/bookshelf/2023 Books.md b/content/bookshelf/2023 Books.md index 87b752315..520d87100 100644 --- a/content/bookshelf/2023 Books.md +++ b/content/bookshelf/2023 Books.md @@ -1,3 +1,9 @@ +--- +title: "2023 Books" +tags: +- example-tag +--- + - Getting Things Done - Man's Search for Meaning - The Master and Margarita \ No newline at end of file diff --git a/content/bookshelf/Best Ever.md b/content/bookshelf/Best Ever.md index 76e2e268e..5016d9dc5 100644 --- a/content/bookshelf/Best Ever.md +++ b/content/bookshelf/Best Ever.md @@ -1,3 +1,9 @@ +--- +title: "Best Ever" +tags: +- example-tag +--- + - Kitchen Confidential - Catch-22 - East of Eden diff --git a/content/templates/Frontmatter.md b/content/templates/Frontmatter.md index be6cb49a8..8ae2abafb 100644 --- a/content/templates/Frontmatter.md +++ b/content/templates/Frontmatter.md @@ -2,6 +2,4 @@ title: "Example Title" tags: - example-tag ---- - -added something \ No newline at end of file +--- \ No newline at end of file