diff --git a/_data/open.yml b/_data/open.yml index c0eccec..0153b3a 100644 --- a/_data/open.yml +++ b/_data/open.yml @@ -1 +1 @@ -open: true \ No newline at end of file +open: false \ No newline at end of file diff --git a/_includes/hittahit.html b/_includes/hittahit.html index 7c28afa..8fd7093 100644 --- a/_includes/hittahit.html +++ b/_includes/hittahit.html @@ -9,15 +9,15 @@
Öppettider varierar. Just nu är det:
- {% if page.open == true %}Öppet för almänheten! + {% if site.data.open.open == true %}Öppet för almänheten! {% else %}Produktion på gång, kom tillbaka snart. Bli stödmedlem och skriv en dikt till oss undertiden! {% endif %}
- {% endif %} + \ No newline at end of file