From 716d176f22113add946ddb6ef76a8ced03c75cee Mon Sep 17 00:00:00 2001 From: Alexandre Chazal Date: Thu, 18 Aug 2022 17:53:50 +0200 Subject: [PATCH] feat(comments): remove comment page --- layouts/partials/comments.html | 3 --- layouts/posts/single.html | 3 --- 2 files changed, 6 deletions(-) delete mode 100644 layouts/partials/comments.html diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html deleted file mode 100644 index b17632a..0000000 --- a/layouts/partials/comments.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- if .Site.DisqusShortname }} -{{ template "_internal/disqus.html" . }} -{{- end }} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a3bb923..4cb7f42 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -74,9 +74,6 @@ {{- end }} -
- {{- partial "comments.html " . -}} -
{{ end }} {{ define "footer " }}