Show year only.
This commit is contained in:
parent
e54aff906c
commit
929b381cec
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
{% extends "base_blog.html" %}
|
{% extends "base_blog.html" %}
|
||||||
|
|
||||||
{% block subtitle %}Conservancy Blog Archive: {{ year }} - {% endblock %}
|
{% block subtitle %}Conservancy Blog Archive: {{ year|date:"Y" }} - {% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
<h2>Conservancy Blog Archive: {{ year }}</h2>
|
<h2>Conservancy Blog Archive: {{ year|date:"Y" }}</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{% for object in object_list %}
|
{% for object in object_list %}
|
||||||
|
|
Loading…
Reference in a new issue