You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
466 B
10 lines
466 B
3 years ago
|
<div id="graphcomment"></div>
|
||
|
<script type="text/javascript">
|
||
|
window.graphcomment_id = '{{ .Site.Params.GraphCommentId }}';
|
||
|
/* - - - DON'T EDIT BELOW THIS LINE - - - */
|
||
|
(function() {
|
||
|
var gc = document.createElement('script'); gc.type = 'text/javascript'; gc.async = true;
|
||
|
gc.src = 'https://graphcomment.com/js/integration.js';
|
||
|
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(gc);
|
||
|
})();
|
||
|
</script>
|