From 01de8bace70ec67580b8bbcef81448665dee739a Mon Sep 17 00:00:00 2001 From: Matt Esch Date: Wed, 24 Jun 2020 11:49:51 +0100 Subject: [PATCH] inline telegram script --- layouts/partials/comment.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/partials/comment.html b/layouts/partials/comment.html index 0382ae1..48ac24e 100644 --- a/layouts/partials/comment.html +++ b/layouts/partials/comment.html @@ -77,7 +77,7 @@ {{- /* Telegram Comments System */ -}} {{- $telegram := $comment.telegram | default dict -}} {{- if $telegram.enable -}} -
+
{{- $attr := printf `data-comments-app-website="%v"` $telegram.siteID -}} {{- $attr = printf `%v data-limit="%v"` $attr ($telegram.limit | default 5) -}} {{- with $telegram.height -}} @@ -95,10 +95,11 @@ {{- if $telegram.outlined -}} {{- $attr = printf `%v data-outlined="1"` $attr -}} {{- end -}} - {{- dict "Source" "https://comments.app/js/widget.js?2" "Defer" true "Attr" $attr | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}} + +
{{- end -}} {{- /* Commento Comment System */ -}}