diff --git a/README.md b/README.md index 61065d6..df82a6c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ paginate = 10 copyright = "© 2016 Copyright Text" canonifyurls = true googleAnalytics = "Your Tracking Id" # optional +muut = "Your Muut community name" # optional # optional [[menu.header]] @@ -74,6 +75,7 @@ title = "my new post" date = "2016-09-01" tags = ["x", "y"] categories = ["x", "y"] +comments = "true", "false" # optional +++ content here diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f936912..7de1f2d 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -18,6 +18,13 @@