diff --git a/config/_default/params.toml b/config/_default/params.toml index 460be9d..145afb0 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -68,7 +68,7 @@ languageMenuName = "🌐" titleSeparator = "-" # Enable or disable comments globally. Default to true. -comments = false +comments = true # Maximum number of recent posts. # numberOfRecentPosts = 8 diff --git a/layouts/comments.html b/layouts/partials/comments.html similarity index 100% rename from layouts/comments.html rename to layouts/partials/comments.html