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

github.com/asurbernardo/amperage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsur <asur@asurbernardo.com>2019-12-17 13:50:00 +0300
committerAsur <asur@asurbernardo.com>2019-12-17 13:50:00 +0300
commit7ad1bba7116ca39690350bbc4e26abe0a1491bbe (patch)
treed5b8681a2dea15fff36633c7186cc3e9f4d24760
parent5eab0b3729e62fe6665acb61f487f568371dfa20 (diff)
Fix check
-rw-r--r--layouts/partials/post/comments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post/comments.html b/layouts/partials/post/comments.html
index 11d696c..394c253 100644
--- a/layouts/partials/post/comments.html
+++ b/layouts/partials/post/comments.html
@@ -1,4 +1,4 @@
-{{ if isset .Site.Params "commentsEmbedUrl" }}
+{{ if isset .Site.Params "commentsembedurl" }}
<amp-iframe width=600 height=180
layout="responsive"
sandbox="allow-scripts allow-same-origin allow-modals allow-popups allow-forms"