diff options
Diffstat (limited to 'djangoproject/templates/base_weblog.html')
| -rw-r--r-- | djangoproject/templates/base_weblog.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/djangoproject/templates/base_weblog.html b/djangoproject/templates/base_weblog.html index 28e3f95e..4de3a1c3 100644 --- a/djangoproject/templates/base_weblog.html +++ b/djangoproject/templates/base_weblog.html @@ -1,6 +1,7 @@ {% extends "base.html" %} -{% load fundraising_extras i18n weblog hosts %} +{% load fundraising_extras hosts i18n weblog %} {% block layout_class %}sidebar-right{% endblock %} + {% block title %}{% translate "News & Events" %}{% endblock %} {% block og_title %}{% translate "News & Events" %}{% endblock %} @@ -9,11 +10,11 @@ {% if banner_is_title %}<h1>{% else %}<p>{% endif %} <a href="{% url 'weblog:index' %}">{% translate "News & Events" %}</a> {% if banner_is_title %}</h1>{% else %}</p>{% endif %} -{% endblock %} +{% endblock header %} {% block head_extra %} <link rel="alternate" type="application/rss+xml" title="RSS" href="{% url 'weblog-feed' %}" /> -{% endblock %} +{% endblock head_extra %} {% block body_class %}blog{% endblock %} @@ -59,4 +60,4 @@ <li><a href="https://code.djangoproject.com/timeline?daysback=90&max=50&wiki=on&ticket=on&changeset=on&milestone=on&format=rss">{% translate "Recent code changes" %}</a></li> </ul> </div> -{% endblock %} +{% endblock content-related %} |
