File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ baseurl: "" # the subpath of your site, e.g. /blog/
8
8
url : " http://rarce.github.io" # the base hostname & protocol for your site
9
9
twitter_username : rarce
10
10
github_username : rarce
11
+ disqus_shortname : robertoarce
11
12
12
13
# Build settings
13
14
highlighter : pygments
Original file line number Diff line number Diff line change
1
+ < div id ="disqus_thread "> </ div >
2
+ < script type ="text/javascript ">
3
+ var disqus_shortname = '{{ site.disqus_shortname }}' ;
4
+ ( function ( ) {
5
+ var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
6
+ dsq . src = 'http://' + disqus_shortname + '.disqus.com/embed.js' ;
7
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
8
+ } ) ( ) ;
9
+ </ script >
10
+ < noscript > Please enable JavaScript to view the < a href ="http://disqus.com/?ref_noscript "> comments powered by Disqus.</ a > </ noscript >
11
+ < a href ="http://disqus.com " class ="dsq-brlink "> comments powered by < span class ="logo-disqus "> Disqus</ span > </ a >
Original file line number Diff line number Diff line change @@ -13,3 +13,5 @@ <h1 class="post-title">{{ page.title }}</h1>
13
13
</ article >
14
14
15
15
</ div >
16
+
17
+ {% include disqus.html %}
You can’t perform that action at this time.
0 commit comments