Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/mastodon-js.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/mastodon-js.html b/layouts/partials/mastodon-js.html
index ac77131..98bdc4f 100644
--- a/layouts/partials/mastodon-js.html
+++ b/layouts/partials/mastodon-js.html
@@ -1,3 +1,3 @@
-{{ if ($.Page.Scratch.Get "include_mastodon") "true" }}
+{{ if eq ($.Page.Scratch.Get "include_mastodon") "true" }}
<script src="https://mastodon.social/embed.js" async="async"></script>
{{ end }}