From 5bb96d4c2c8b42474953ca29d2422b3be60da25b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 9 May 2011 16:22:25 -0400 Subject: updated styles and templates for revamped design --- templates/archives/writing.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'templates/archives/writing.html') diff --git a/templates/archives/writing.html b/templates/archives/writing.html index 952bf9f..e880343 100644 --- a/templates/archives/writing.html +++ b/templates/archives/writing.html @@ -2,14 +2,14 @@ {% load typogrify %} {% load pagination_tags %} -{% block pagetitle %}Luxagraf | {% if region %}Travel Writing from {{region.name|title|smartypants|safe}}{%else%}Travel Writing from Around the World {%endif%}{% endblock %} -{% block metadescription %}{% if region %}Travel writing, essays and dispatches from {{region.name|title|smartypants|safe}}{%else%}Travel writing, essays and dispatches from around the world{%endif%}{% endblock %} +{% block pagetitle %}Luxagraf | {% if region %}Travel Writing from {{region.name|title|smartypants|safe}}{%else%}Travel Writing from Around the World {%endif%} Page {{page}}{% endblock %} +{% block metadescription %}{% if region %}Travel writing, essays and dispatches from {{region.name|title|smartypants|safe}}{%else%}Travel writing, essays and dispatches from around the world{%endif%} Page {{page}}{% endblock %} {%block bodyid%}id="writing"{%endblock%} {% block primary %} -- cgit v1.2.3