集成disqus
This commit is contained in:
parent
906ab447f7
commit
ccb9b64bb7
1 changed files with 19 additions and 0 deletions
|
@ -28,5 +28,24 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</footer>
|
</footer>
|
||||||
<!-- Comments system area -->
|
<!-- Comments system area -->
|
||||||
|
{{ if not (eq .Params.comments false) }}
|
||||||
|
{{ if .Site.DisqusShortname }}
|
||||||
|
<div id="disqus_thread"></div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
|
||||||
|
var disqus_shortname = '{{ .Site.DisqusShortname }}';
|
||||||
|
(function() { // DON'T EDIT BELOW THIS LINE
|
||||||
|
var d = document, s = d.createElement('script');
|
||||||
|
s.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
|
||||||
|
s.setAttribute('data-timestamp', +new Date());
|
||||||
|
(d.head || d.body).appendChild(s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
|
||||||
|
|
||||||
|
{{ end }}
|
||||||
|
{{ end }}
|
||||||
</article>
|
</article>
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue