From 9f10c1bcfcdf449cb1887c7a1bc1a809a3b90cae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Thu, 10 Sep 2020 06:14:42 +0200 Subject: [PATCH] Integrate with talkyard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: René Jochum --- config.yaml | 3 +++ layouts/partials/comment_area.html | 9 ++++++--- layouts/partials/meta.extra.html | 1 - 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 998601b..61745ba 100644 --- a/config.yaml +++ b/config.yaml @@ -35,6 +35,9 @@ params: ShowTopProfile: true ShowTopSocial: false + talkyardServerUrl: "https://comments-for-rene-jochum-dev.talkyard.net" + talkyardScriptUrl: "https://c1.ty-cdn.net/-/talkyard-comments.min.js" + # Settings DateFormat: 2. Jan 2006 diff --git a/layouts/partials/comment_area.html b/layouts/partials/comment_area.html index ddf918b..a0933b0 100644 --- a/layouts/partials/comment_area.html +++ b/layouts/partials/comment_area.html @@ -2,9 +2,12 @@
{{"" | safeHTML}} -
- -
+ + + +
+ +
{{"" | safeHTML}}
diff --git a/layouts/partials/meta.extra.html b/layouts/partials/meta.extra.html index e16d368..ab652c5 100644 --- a/layouts/partials/meta.extra.html +++ b/layouts/partials/meta.extra.html @@ -1,3 +1,2 @@ {{ "" | safeHTML }} - {{ "" | safeHTML }} \ No newline at end of file