Fix syntax

This commit is contained in:
2020-07-26 13:40:20 +03:00
parent 5fffdb471f
commit 2b9dfcb5bd
+1 -1
View File
@@ -1,6 +1,6 @@
>-
{% let current_hour = now().strftime('%H')|int %}
{% set current_hour = now().strftime('%H')|int %}
{%- if current_hour < 12 and current_hour > 6 -%}
Good morning!