Skip to content

Commit fed9fba

Browse files
committedFeb 13, 2017
#49: disqus 추가
1 parent 16644b1 commit fed9fba

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

Diff for: ‎_layouts/post.html

+23
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,29 @@ <h1>{{ page.title }}</h1>
2424
<article class="post-content">
2525
{{ content }}
2626
<br>
27+
28+
<div id="disqus_thread"></div>
29+
<script>
30+
31+
/**
32+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
33+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables*/
34+
/*
35+
var disqus_config = function () {
36+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
37+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
38+
};
39+
*/
40+
(function() { // DON'T EDIT BELOW THIS LINE
41+
var d = document, s = d.createElement('script');
42+
s.src = '//vuejs-kr.disqus.com/embed.js';
43+
s.setAttribute('data-timestamp', +new Date());
44+
(d.head || d.body).appendChild(s);
45+
})();
46+
</script>
47+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
48+
49+
2750
<div class="">
2851
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
2952
<script type='text/javascript'>kofiwidget2.init('Buy Me a Coffee', '#46b798', 'A316F4N'); kofiwidget2.draw();</script>

0 commit comments

Comments
 (0)
Please sign in to comment.