From c7dcfa6548cc71c48d39bba6367aea7d15203b37 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Tue, 8 Mar 2016 14:33:28 +0100 Subject: Add option to disable comments for pages --- .../content/post/introducing-icarus-and-its-features.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/content/post/introducing-icarus-and-its-features.md b/exampleSite/content/post/introducing-icarus-and-its-features.md index 8fdba68..9faf55b 100644 --- a/exampleSite/content/post/introducing-icarus-and-its-features.md +++ b/exampleSite/content/post/introducing-icarus-and-its-features.md @@ -52,10 +52,18 @@ Now, let us take a look into the `config.toml`. Feel free to play around with th ### Comments -The opional comment system is powered by Disqus. Enter your shortname to enable the comment section under your posts. +The optional comment system is powered by Disqus. Enter your shortname to enable the comment section under your posts. disqusShortname = "" +Tip: you can disable the comment section for a single page in its frontmatter: + +```toml ++++ +disable_comments = true ++++ +``` + ### Menu -- cgit v1.2.3