From 11af0db9a2d93e97ae535411d4d833a832a3a064 Mon Sep 17 00:00:00 2001 From: CDN18 Date: Sat, 6 May 2023 08:26:31 +0800 Subject: [PATCH] integrate artalk --- layouts/partials/comment.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html index b7c0441..2dd1968 100644 --- a/layouts/partials/comment.html +++ b/layouts/partials/comment.html @@ -64,4 +64,21 @@ {{ end }} +{{ end }} + + +{{ if eq .Site.Params.comment.provider "artalk" }} +{{ with .Site.Params.comment.artalk }} + + + +{{ end }} {{ end }} \ No newline at end of file