Skip to content

Commit 6c509a8

Browse files
Hot fix: show countdown
1 parent 4e6cac2 commit 6c509a8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_data/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
homepage_settings:
22
countdown:
3-
show: true
3+
show: false
44
timezone: America/Los_Angeles
55
deadline: 2025-01-21 23:58
66
modal:

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
{% include cover.html %}
88
<!-- end of cover -->
99
<!-- start of coundown block -->
10-
{% comment %} {% if site.data.settings.homepage_settings.countdown.show %}
10+
11+
{% if site.data.settings.homepage_settings.countdown.show %}
1112
{% include countdown.html %}
12-
{% endif %} {% endcomment %}
13+
{% endif %}
14+
1315
<!-- end of coundown -->
1416
{% comment %} {% include modal.html %} {% endcomment %}
1517
<!-- end of modal -->

0 commit comments

Comments
 (0)