From 13780c6fa83c1b940e8c876379c4895f438b633e Mon Sep 17 00:00:00 2001 From: Haitao Chen Date: Fri, 3 Nov 2017 23:37:37 -0700 Subject: [PATCH] allowing comments system --- layouts/partials/custom-comments.html | 3 +++ layouts/partials/footer.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 layouts/partials/custom-comments.html diff --git a/layouts/partials/custom-comments.html b/layouts/partials/custom-comments.html new file mode 100644 index 0000000000..6f5a034d1c --- /dev/null +++ b/layouts/partials/custom-comments.html @@ -0,0 +1,3 @@ + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index fe5c83425c..d570b4533c 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,6 +2,7 @@ {{ end }} + {{ partial "custom-comments.html" . }}