This commit is contained in:
2016-06-14 21:54:24 -04:00
parent c8df251d02
commit 3de79fda50
10115 changed files with 32393 additions and 1035866 deletions

5
_includes/mode_switcher.html Executable file
View File

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