More consistent naming for briefings
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
>
|
||||
{# Kallen Morning Report #}
|
||||
{# Kallen Morning Briefing #}
|
||||
{%- macro getReport() -%}
|
||||
<p>
|
||||
Good morning, Collin.
|
||||
|
@ -1,5 +1,5 @@
|
||||
>
|
||||
{# Kallen Nightly Report #}
|
||||
{# Kallen Nightly Briefing #}
|
||||
{%- macro getReport() -%}
|
||||
<p>
|
||||
Good Evening, Collin,
|
||||
|
@ -1,5 +1,5 @@
|
||||
>
|
||||
{# Morning Report #}
|
||||
{# Morning Briefing #}
|
||||
{%- macro getReport() -%}
|
||||
<p>
|
||||
{% if now().strftime('%H')|int < 12 and now().strftime('%H')|int > 6 %}
|
||||
|
Reference in New Issue
Block a user