We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6cac2 commit 6c509a8Copy full SHA for 6c509a8
_data/settings.yml
@@ -1,6 +1,6 @@
1
homepage_settings:
2
countdown:
3
- show: true
+ show: false
4
timezone: America/Los_Angeles
5
deadline: 2025-01-21 23:58
6
modal:
index.html
@@ -7,9 +7,11 @@
7
{% include cover.html %}
8
<!-- end of cover -->
9
<!-- start of coundown block -->
10
-{% comment %} {% if site.data.settings.homepage_settings.countdown.show %}
+
11
+{% if site.data.settings.homepage_settings.countdown.show %}
12
{% include countdown.html %}
-{% endif %} {% endcomment %}
13
+{% endif %}
14
15
<!-- end of coundown -->
16
{% comment %} {% include modal.html %} {% endcomment %}
17
<!-- end of modal -->
0 commit comments