From 5435d447ffdc2c14d5ecbf3d67973f2eaf9eaf96 Mon Sep 17 00:00:00 2001 From: infidel Date: Sun, 10 Apr 2022 15:46:14 +0700 Subject: [PATCH] added plausible param listener --- layouts/partials/script.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/script.html b/layouts/partials/script.html index 6f59c7d..6541c9c 100644 --- a/layouts/partials/script.html +++ b/layouts/partials/script.html @@ -14,3 +14,8 @@ {{ range .Site.Params.customJs }} {{ end }} + + +{{ if and (.Site.Params.plsDomain) (.Site.Params.plsUrl) }} + +{{ end }}