aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-09-03 17:07:25 +0100
committerMatthew Lemon <y@yulqen.org>2024-09-03 17:07:41 +0100
commitcc78f9e3b20c1e46d1b6c59ecbe45a819c1765c6 (patch)
treed92e8151bf456b2ffea6916860e167a6e4f703ce
parent4e26feb3226f6f8be12eac6c7c4c62b3d4f0769d (diff)
Adds new AL favicon
-rw-r--r--pyblackbird_cc/static/images/favicons/al.pngbin0 -> 6878 bytes
-rw-r--r--pyblackbird_cc/templates/base.html4
2 files changed, 2 insertions, 2 deletions
diff --git a/pyblackbird_cc/static/images/favicons/al.png b/pyblackbird_cc/static/images/favicons/al.png
new file mode 100644
index 0000000..bd231cf
--- /dev/null
+++ b/pyblackbird_cc/static/images/favicons/al.png
Binary files differ
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html
index 36c8c5a..9e74a50 100644
--- a/pyblackbird_cc/templates/base.html
+++ b/pyblackbird_cc/templates/base.html
@@ -8,13 +8,13 @@
<meta http-equiv="x-ua-compatible" content="ie=edge"/>
<title>
{% block title %}
- Joanna Lemon Learning - Resources
+ Alphabet Learning
{% endblock title %}
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="Joanna Lemon Resources"/>
<meta name="author" content="Matthew Lemon"/>
- <link rel="icon" href="{% static 'images/favicons/wasp.png' %}"/>
+ <link rel="icon" href="{% static 'images/favicons/al.png' %}"/>
{% block extra_css %}
{% endblock extra_css %}
{% block css %}