diff --git a/assets/pasted-20260405-212746-25ae3cc8.png b/assets/pasted-20260405-212746-25ae3cc8.png new file mode 100644 index 0000000..c57dad6 Binary files /dev/null and b/assets/pasted-20260405-212746-25ae3cc8.png differ diff --git a/core/templates/core/calendar_embed.html b/core/templates/core/calendar_embed.html index 8a0d7e4..ecb6220 100644 --- a/core/templates/core/calendar_embed.html +++ b/core/templates/core/calendar_embed.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% load static %} {% block title %}Embeddable Calendar Widget{% endblock %} @@ -9,6 +10,7 @@ {% if show_embed_header %}
+ Just Roasted Coffee logo Embeddable widget

Where to find us

Tap a date to see the event name, time window, and event link.

diff --git a/static/images/just-roasted-coffee-logo.png b/static/images/just-roasted-coffee-logo.png new file mode 100644 index 0000000..c57dad6 Binary files /dev/null and b/static/images/just-roasted-coffee-logo.png differ diff --git a/staticfiles/images/just-roasted-coffee-logo.png b/staticfiles/images/just-roasted-coffee-logo.png new file mode 100644 index 0000000..c57dad6 Binary files /dev/null and b/staticfiles/images/just-roasted-coffee-logo.png differ diff --git a/staticfiles/pasted-20260405-212746-25ae3cc8.png b/staticfiles/pasted-20260405-212746-25ae3cc8.png new file mode 100644 index 0000000..c57dad6 Binary files /dev/null and b/staticfiles/pasted-20260405-212746-25ae3cc8.png differ