new site4

This commit is contained in:
2016-06-14 22:20:01 -04:00
parent 758291a1b1
commit 311e4f1fbd
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{% if site.mode == 'dev' %}
{% assign crturl = site.devurl %}
{% else %}
{% assign crturl = site.url %}
{% endif %}
{% assign crturl = include.url %}
{% endif %}