Add: description & keywords meta blocks
This commit is contained in:
parent
fcb8d953d9
commit
054c777710
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
|
||||
<meta name="description" content="{% block meta_description %}{% endblock meta_description %}">
|
||||
<meta name="keywords" content="{% block meta_keywords %}{% endblock meta_keywords %}">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="{{ ASSETS_ROOT }}/img/apple-icon.png"/>
|
||||
<link rel="icon" type="image/png" href='{% static "/img/favicon.png" %}'/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue