Skip to content

Commit 28ab119

Browse files
committed
Improved meta tags
1 parent dd190c5 commit 28ab119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

djangoprojectjp/moderna/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<head>
66
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="keywords" content="{% block meta_keywords %}{% endblock %}">
9-
<meta name="description" content="{% block meta_description %}{% endblock %}">
8+
<meta name="keywords" content="{% block meta_keywords %}Python, Django, framework, open-source, Japanese, 日本語{% endblock %}" />
9+
<meta name="description" content="{% block meta_description %}Djangoと日本の仲間たち{% endblock %}" />
1010
<title>{% block meta_title %}{% endblock %}{% if settings.SITE_TITLE %} | {{ settings.SITE_TITLE }}{% endif %}</title>
1111
<link rel="shortcut icon" href="{% static "img/favicon.ico" %}">
1212

0 commit comments

Comments
 (0)