From 484f3c29618c074a7afbea07b18b6e4d42d4f868 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sun, 5 Dec 2021 22:52:17 -0600 Subject: [PATCH] move comments.html into layouts/partials/ to override theme --- config/_default/params.toml | 2 +- layouts/{ => partials}/comments.html | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename layouts/{ => partials}/comments.html (100%) 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