diff --git a/src/kalente/templates/monthly.html b/src/kalente/templates/monthly.html index 9288f85..19e2ff5 100644 --- a/src/kalente/templates/monthly.html +++ b/src/kalente/templates/monthly.html @@ -45,9 +45,16 @@ h2:not(:first-of-type) { page-break-before: always; } + .logo { + position: absolute; + top: 0px; + right: 10px; + height: 65px; + } +

Monthly Calendar for {{ month_obj.strftime("%B %Y") }}

diff --git a/src/kalente/templates/weekly.html b/src/kalente/templates/weekly.html index 92abd70..6599648 100644 --- a/src/kalente/templates/weekly.html +++ b/src/kalente/templates/weekly.html @@ -35,9 +35,16 @@ h2:not(:first-of-type) { page-break-before: always; } + .logo { + position: absolute; + top: 0px; + right: 10px; + height: 65px; + } +

Weekly Calendar