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

github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGURU SABARISH <gurusabarisha@gmail.com>2020-10-01 06:14:08 +0300
committerGitHub <noreply@github.com>2020-10-01 06:14:08 +0300
commit1fa593c03048ac7a2c2b0a662ac1e03a878fe7ef (patch)
tree606ee4dcf165c545c0c30371daafd2325a8ee1de
parent06aaf3b013566dcf0661c74b60eb1c9c997dde17 (diff)
Update single.html
-rw-r--r--layouts/_default/single.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 6ee7497..ded9de5 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -81,7 +81,7 @@
</article>
<!-- Tags -->
- <div class="mb-4 pt-3">
+ <div class="mb-4 p-5">
<div class="card shadow ">
<h5 class="card-header bg-warning">Tags</h5>
<div class=" card-body">
@@ -112,7 +112,7 @@
(function () { // DON'T EDIT BELOW THIS LINE
var d = document,
s = d.createElement('script');
- s.src = '{{ .Site.Params.disqus }}';
+ s.src = '{{ .Site.Params.disqus }}/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
@@ -124,4 +124,4 @@
</div>
</div>
</section>
-{{ end }} \ No newline at end of file
+{{ end }}