File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ baseurl: "/project-pages"
8
8
url : " http://matin-hub.github.io"
9
9
github_username : matin-hub
10
10
project_repository : project-pages
11
+ disqus_shortname : project-pages
11
12
12
13
# Build settings
13
14
# Don't change these variables
Original file line number Diff line number Diff line change 1
- < script src ="https://apis.google.com/js/plusone.js "> </ script >
2
-
3
- < table align ="center ">
4
- < tr >
5
- < td >
6
- < div style ="margin-left: 20%; margin-right: 20%; float: none; line-height: normal; font-size: 1px; vertical-align: baseline; height: 600px; " class ="g-comments "
7
- data-href ="{{ page.url | prepend: site.baseurl | prepend: site.url }} "
8
- data-width ="600 "
9
- data-first_party_property ="BLOGGER "
10
- data-view_type ="FILTERED_POSTMOD ">
11
- </ div >
12
- </ td >
13
- </ tr >
14
- </ table >
1
+ < div id ="disqus_thread " class ="container " style ="padding-right: 50px;padding-left: 50px; "> </ div >
2
+ < script type ="text/javascript ">
3
+ /* * * CONFIGURATION VARIABLES * * */
4
+ var disqus_shortname = '{{ site.disqus_shortname }}' ;
5
+
6
+ /* * * DON'T EDIT BELOW THIS LINE * * */
7
+ ( function ( ) {
8
+ var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
9
+ dsq . src = '//' + disqus_shortname + '.disqus.com/embed.js' ;
10
+ ( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
11
+ } ) ( ) ;
12
+ </ script >
13
+ < noscript > Please enable JavaScript to view the < a href ="https://disqus.com/?ref_noscript " rel ="nofollow "> comments powered by Disqus.</ a > </ noscript >
You can’t perform that action at this time.
0 commit comments