From eb3f49331e2ed0c1373ac78ce6935f2370b9e968 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Sat, 12 Jun 2010 18:25:46 +0000 Subject: added hyphenation support and changed to justified text for homepage and writing archives. Also eliminated ifequal and ifnotequal template tags --- templates/archives/writing.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'templates/archives/writing.html') diff --git a/templates/archives/writing.html b/templates/archives/writing.html index 5b5f93d..7628272 100644 --- a/templates/archives/writing.html +++ b/templates/archives/writing.html @@ -9,12 +9,12 @@ {% block primary %}
-

{% if region %}Writings from {%ifequal region.name 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endifequal%}{%else%}Writing {%endif%}

+

{% if region %}Writings from {%if region.name == 'United States'%}the United States{%else%}{{region.name|title|smartypants|safe}}{%endif%}{%else%}Writing {%endif%}