mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-09 10:14:41 +00:00
Fix syntax
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user