diff --git a/index.md b/index.md index adccb1b..d5ad1cf 100644 --- a/index.md +++ b/index.md @@ -43,18 +43,6 @@ It looks like you are setting up a website for a Data Carpentry curriculum but y {% endunless %} {% endif %} -{% comment %} -Check SWC curriculum -{% endcomment %} - -{% if site.carpentry == "swc" %} -{% unless site.curriculum == "swc-inflammation" or site.curriculum == "swc-gapminder" %} -
_config.yml
file (current value in _config.yml
: "{{ site.curriculum }}", possible values: swc-inflammation
, or swc-gapminder
). After editing this file, you need to run make serve
again to see the changes reflected.
-