aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pyblackbird_cc/templates')
-rw-r--r--pyblackbird_cc/templates/base.html4
1 files changed, 2 insertions, 2 deletions
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 %}