From d005155fa5259de2e4a7c05a50d72a07713723d5 Mon Sep 17 00:00:00 2001 From: panr Date: Fri, 15 Feb 2019 00:38:45 +0100 Subject: [PATCH] Add comment partial --- layouts/_default/single.html | 2 ++ layouts/partials/comments.html | 8 ++++++++ 2 files changed, 10 insertions(+) create mode 100644 layouts/partials/comments.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f8bfb0b..77ca593 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -49,5 +49,7 @@ {{ end }} + + {{ partial "comments.html" . }} {{ end }} diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..b891ecf --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,8 @@ +