File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ <h2>Comments</h2>
34
34
var disqus_identifier = "{{ article.url }}" ;
35
35
( function ( ) {
36
36
var dsq = document . createElement ( 'script' ) ; dsq . type = 'text/javascript' ; dsq . async = true ;
37
- dsq . src = 'http: //{{ DISQUS_SITENAME }}.disqus.com/embed.js' ;
37
+ dsq . src = '//{{ DISQUS_SITENAME }}.disqus.com/embed.js' ;
38
38
( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
39
39
} ) ( ) ;
40
40
</ script >
41
- < noscript > Please enable JavaScript to view < a href ="http: //disqus.com/?ref_noscript "> comments</ a > .</ noscript >
41
+ < noscript > Please enable JavaScript to view < a href ="//disqus.com/?ref_noscript "> comments</ a > .</ noscript >
42
42
</ div >
43
43
{% endif %}
44
44
Original file line number Diff line number Diff line change 5
5
<!--<link rel="stylesheet/less" type="text/css" href="/theme/css/style.less">-->
6
6
<!--<script src="/theme/js/less.js" type="text/javascript"></script>-->
7
7
< link rel ="stylesheet " type ="text/css " href ="{{ SITEURL }}/theme/css/pygments.css ">
8
- < link href ='http: //fonts.googleapis.com/css?family=Open+Sans:800,400,300|Inconsolata ' rel ='stylesheet ' type ='text/css '>
8
+ < link href ='//fonts.googleapis.com/css?family=Open+Sans:800,400,300|Inconsolata ' rel ='stylesheet ' type ='text/css '>
9
9
10
10
< link href ="{{ FEED_DOMAIN }}/{{ FEED }} " type ="application/atom+xml " rel ="alternate " title ="{{ SITENAME }} ATOM Feed " />
11
11
{% if FEED_RSS %}
You can’t perform that action at this time.
0 commit comments