Mercurial > public > madeira
view photologue/templates/photologue/photo_archive_year.html @ 81:fc9616b1c7ae
Get rid of the last Myspace link on the home page. Replace with YouTube link.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Fri, 26 Oct 2012 18:30:38 -0500 |
parents | e2868ad47a1e |
children |
line wrap: on
line source
{% extends "photologue/root.html" %} {% block title %}Galleries for {{ year }}{% endblock %} {% block content %} <h1>Photos for {{ year }}</h1> <ul> {% for date in date_list %} <li><a href="{{ date|date:"M"|lower }}/">{{ date|date:"F" }}</a></li> {% endfor %} </ul> {% endblock %}