Move config out of subfolder

This commit is contained in:
Georgi Gardev
2022-12-01 16:01:59 +02:00
parent addfa33f6f
commit 1ae0c6d0b8
221 changed files with 0 additions and 0 deletions
+11
View File
@@ -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 -%}