Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-03-08 16:33:28 +0300
committerdigitalcraftsman <digitalcraftsman@users.noreply.github.com>2016-03-08 16:33:28 +0300
commitc7dcfa6548cc71c48d39bba6367aea7d15203b37 (patch)
treea9477847ed0723ab203808e9664f6fe77c32964c /exampleSite
parenta86c6d8232fbf59658fe86a006a940c1a2d55d81 (diff)
Add option to disable comments for pages
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/introducing-icarus-and-its-features.md10
1 files changed, 9 insertions, 1 deletions
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