diff options
Diffstat (limited to 'alphabetlearning/templates')
-rw-r--r-- | alphabetlearning/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index 2e28333..0fe30c5 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -12,7 +12,7 @@ {% endblock title %} </title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> - <meta name="description" content="Joanna Lemon Resources"/> + <meta name="description" content="Alphabet Learning Educational Resources"/> <meta name="author" content="Matthew Lemon"/> <link rel="icon" href="{% static 'images/favicons/al.png' %}"/> {% block extra_css %} |