Fix for #100
Uses jekyll.environment value to enable or disable disqus and google analytics on serve
This commit is contained in:
parent
1bcb7b68a8
commit
ffa7cff17c
2 changed files with 7 additions and 4 deletions
|
|
@ -26,8 +26,10 @@
|
|||
{{ page.content | markdownify }}
|
||||
|
||||
{% include share.html %}
|
||||
|
||||
{% include comments.html %}
|
||||
|
||||
{% if jekyll.environment == "production" %}
|
||||
{% include comments.html %}
|
||||
{% endif %}
|
||||
|
||||
{% include social-buttons.html %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue