summaryrefslogtreecommitdiff
path: root/djangoproject/templates/start.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/start.html')
-rw-r--r--djangoproject/templates/start.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/djangoproject/templates/start.html b/djangoproject/templates/start.html
index b14663d4..5acc69f1 100644
--- a/djangoproject/templates/start.html
+++ b/djangoproject/templates/start.html
@@ -2,8 +2,11 @@
{% load docs i18n %}
{% block layout_class %}full-width{% endblock %}
+
{% block title %}{% translate "Getting started with Django" %}{% endblock %}
+
{% block og_title %}{% translate "Getting started with Django" %}{% endblock %}
+
{% block og_description %}{% translate "It's quick & easy to get up and running with Django" %}{% endblock %}
{% block header %}
@@ -17,7 +20,7 @@
</a>
</div>
</div>
-{% endblock %}
+{% endblock header %}
{% block content %}
@@ -345,4 +348,4 @@ def homepage(request):
</li>
</ul>
-{% endblock %}
+{% endblock content %}