{% if page.noindex %}{% endif %}
{% comment %}Use via `JEKYLL_ENV=production bundle exec jekyll serve`{% endcomment %}
{% comment %}TODO: Since GCE, this does not do anything for staging. We dont have a staging ATM. We left the code to make it easier to add a staging later.{% endcomment %}
{% if jekyll.environment == 'production' %}
{% assign hostname = 'https://www.betterplace.org' %}
{% assign style_host = 'https://www.betterplace.org' %}
{% elsif jekyll.environment == 'staging' %}
{% assign hostname = 'https://www.bp42.com' %}
{% assign style_host = 'https://www.bp42.com' %}
{% endif %}
{% comment %}Avoid redirect loop. We cannot have URLs ending in "/" since we redirect those with 302. But our "