refactors layouts for single and list, header, footer
This commit is contained in:
parent
e980cbedc8
commit
09d87e1da0
13 changed files with 14 additions and 36 deletions
10
layouts/partials/page-single/comment/graphcomment.html
Normal file
10
layouts/partials/page-single/comment/graphcomment.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue