File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -383,11 +383,9 @@ <h1 class="entry-title"><a href="{Permalink}" title="{Title}" rel="bookmark">{Ti
383
383
</ li >
384
384
{/block:NoteCount}
385
385
386
- {block:IndexPage}
387
386
< li class ="comments ">
388
387
< a href ="{Permalink}#disqus_thread " title ="{lang:View comments for this post} " class ="dsq-comment-count "> {lang:View comments}</ a >
389
388
</ li >
390
- {/block:IndexPage}
391
389
392
390
{block:HasTags}
393
391
<!-- Tags -->
@@ -569,13 +567,13 @@ <h3>{lang:Navigate}</h3>
569
567
{ / b l o c k : T w i t t e r }
570
568
571
569
{ block :IfDisqusShortname }
570
+ // Disqus vars
571
+ var disqus_shortname = '{text:Disqus Shortname}' ;
572
572
{ block :Permalink }
573
573
{ block :Posts }
574
574
{ block :Date }
575
- // Disqus vars
576
575
var disqus_url = '{Permalink}' ;
577
576
var disqus_title = '{block:PostTitle}{PlaintextPostTitle}{/block:PostTitle}' ;
578
- var disqus_shortname = '{text:Disqus Shortname}' ;
579
577
var disqus_identifier = '{PlaintextPostID}' ;
580
578
{ / b l o c k : D a t e }
581
579
{ / block :Posts }
Original file line number Diff line number Diff line change @@ -18,13 +18,11 @@ window.log = function(){
18
18
}
19
19
} ) ( ( function ( ) {
20
20
try
21
-
22
21
{
23
22
console . log ( ) ;
24
23
return window . console ;
25
24
} catch ( err ) {
26
25
return window . console = { } ;
27
-
28
26
}
29
27
} ) ( ) ) ;
30
28
You can’t perform that action at this time.
0 commit comments