Merge branch 'pr/101'
This commit is contained in:
commit
6974b5bf3a
6 changed files with 13 additions and 7 deletions
|
|
@ -39,7 +39,8 @@ $(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click"
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% if site.google-tracking-id %}
|
||||
{% if jekyll.environment == "production" %}
|
||||
{% if site.google-tracking-id %}
|
||||
|
||||
<!-- Google Tracking Id Start -->
|
||||
|
||||
|
|
@ -54,9 +55,9 @@ $(window).scroll(toggleNavCollapse);$(function(){$("a.page-scroll").bind("click"
|
|||
|
||||
<!-- Google Tracking Id End -->
|
||||
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% if site.disqus-shortname %}
|
||||
|
||||
<!-- Disqus -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue