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/projects.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/archives/projects.html') diff --git a/templates/archives/projects.html b/templates/archives/projects.html index 52edbb7..8efe6aa 100644 --- a/templates/archives/projects.html +++ b/templates/archives/projects.html @@ -22,7 +22,8 @@

{{project.title|safe}}{{project.subtitle|safe}}

-
{{project.lede|smartypants|safe}}
+
{{project.lede|smartypants|safe}}
+ More »
@@ -32,3 +33,4 @@ {% endblock %} +{% block js %}{% endblock%} \ No newline at end of file -- cgit v1.2.3