mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Move config out of subfolder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
>-
|
||||
|
||||
{% set current_hour = now().strftime('%H')|int %}
|
||||
|
||||
{%- if current_hour < 12 and current_hour > 6 -%}
|
||||
Good morning!
|
||||
{%- elif current_hour >= 12 and current_hour < 17 -%}
|
||||
Good afternoon!
|
||||
{%- else -%}
|
||||
Good evening!
|
||||
{%- endif -%}
|
||||
Reference in New Issue
Block a user