diff --git a/config/_default/params.toml b/config/_default/params.toml index 84919f9..021c862 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -96,7 +96,7 @@ forgejoDefaultServer = "https://v11.next.forgejo.org" sharingLinks = [ "reddit", "email", "telegram"] # showZenMode = false # externalLinkForceNewTab = false # disable to allow external links in the same tab (defaults to true) - # showComments = true + showComments = true [list] showHero = true diff --git a/content/cheatsheets/blowfish-shortcodes/index.md b/content/cheatsheets/blowfish-shortcodes/index.md index 8d6d07a..aa2e4b3 100644 --- a/content/cheatsheets/blowfish-shortcodes/index.md +++ b/content/cheatsheets/blowfish-shortcodes/index.md @@ -7,6 +7,7 @@ slug: "shortcodes" tags: ["shortcodes", "mermaid", "icon", "lead", "docs"] series: ["Документация"] series_order: 8 +showComments: true --- Hugo даёт [стандартные shortcodes](https://gohugo.io/content-management/shortcodes/). Blowfish добавляет свои — для типичных задач блога. diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index 9b75b57..0ab7248 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,14 +1,3 @@ - -
-
-
- - \ No newline at end of file + + + \ No newline at end of file