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:47:10 +0300
committerAsur <asur@asurbernardo.com>2019-12-17 13:47:10 +0300
commit5eab0b3729e62fe6665acb61f487f568371dfa20 (patch)
tree3458ae8a39eff9fc05aba2cdeda9ca7489087971
parentf85ce2b9467dd92a422d733b502d2bbf14aec315 (diff)
Update configuration variable name
-rw-r--r--layouts/partials/post/comments.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/post/comments.html b/layouts/partials/post/comments.html
index 59f7d98..11d696c 100644
--- a/layouts/partials/post/comments.html
+++ b/layouts/partials/post/comments.html
@@ -1,14 +1,14 @@
-{{ if isset .Site.Params "disqusurl" }}
+{{ 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"
resizable
- src="{{ .Site.Params.DisqusUrl }}#{{ .Page.URL }}">
+ src="{{ .Site.Params.CommentsEmbedUrl }}#{{ .Page.URL }}">
<div overflow
tabindex=0
role=button
aria-label="Load more"
- style="display:block;font-size:12px;font-weight:500;font-family:Helvetica Neue, arial, sans-serif;text-align:center;line-height:1.1;padding:12px 16px;border-radius:4px;background:rgba(29,47,58,0.6);color:rgb(255,255,255)">
+ style="display:block;font-size:14px;font-weight:500;text-align:center;line-height:1.1;padding:12px 16px;border-radius:4px;background:rgba(29,47,58,0.6);color:rgb(255,255,255)">
Load more
</div>
</amp-iframe>