From 37ca84e1f55e14b87b1f8d9e02e81d9b55efca85 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sun, 14 Oct 2012 22:29:43 -0400 Subject: moved and modified a few templates --- design/templates/archives/writing_date.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 design/templates/archives/writing_date.html (limited to 'design/templates/archives/writing_date.html') diff --git a/design/templates/archives/writing_date.html b/design/templates/archives/writing_date.html new file mode 100644 index 0000000..67144b3 --- /dev/null +++ b/design/templates/archives/writing_date.html @@ -0,0 +1,26 @@ +{% extends 'base.html' %} +{% load typogrify %} +{% load html5_datetime %} +{% block pagetitle %}{{block.super}}: Archive{% endblock %} +{% block bodyid %}id="archive"{%endblock%} +{% block primary %} +

How did you get here? You URL chopping maniac you. Right on.

+ +

{% if type == 'year' %}{{date}}, on luxagraf{%else%} Archive: {{date}} {% endif %}

{% if type == 'year' %} + {% else %} + + {% endif %} +{% endblock%} -- cgit v1.2.3-70-g09d2