diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/How I made this Blog with Zola.md | 2 | ||||
-rw-r--r-- | content/posts/code_test.md | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/content/posts/How I made this Blog with Zola.md b/content/posts/How I made this Blog with Zola.md index 190486d..b5aa84a 100644 --- a/content/posts/How I made this Blog with Zola.md +++ b/content/posts/How I made this Blog with Zola.md @@ -7,7 +7,7 @@ draft = false tags = ["original_post", "blog", "test"] [extra] -disable_comments = false +disable_comments = true toc = false +++ diff --git a/content/posts/code_test.md b/content/posts/code_test.md index 07744f7..6c7a203 100644 --- a/content/posts/code_test.md +++ b/content/posts/code_test.md @@ -7,7 +7,8 @@ draft = false tags = ["test", "code"] [extra] -disable_comments = true +disable_comments = false +permalink = "https://alphara.art/posts/code-test/" toc = false [extra.earlier] |