More consistent naming for briefings

This commit is contained in:
2023-02-04 12:57:55 -05:00
parent 79c5fe5b53
commit 5699526d64
6 changed files with 23 additions and 23 deletions

View File

@ -1,5 +1,5 @@
>
{# Kallen Morning Report #}
{# Kallen Morning Briefing #}
{%- macro getReport() -%}
<p>
Good morning, Collin.

View File

@ -1,5 +1,5 @@
>
{# Kallen Nightly Report #}
{# Kallen Nightly Briefing #}
{%- macro getReport() -%}
<p>
Good Evening, Collin,

View File

@ -1,5 +1,5 @@
>
{# Morning Report #}
{# Morning Briefing #}
{%- macro getReport() -%}
<p>
{% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %}