diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-12 18:25:46 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-06-12 18:25:46 +0000 |
commit | eb3f49331e2ed0c1373ac78ce6935f2370b9e968 (patch) | |
tree | 15ffd2c20a787509bda51d14ff6673838d1024f4 /templates/archives/projects.html | |
parent | 05c3b50f7efb39eb55734da15ff272b7693737ae (diff) |
added hyphenation support and changed to justified text for homepage and writing archives. Also eliminated ifequal and ifnotequal template tags
Diffstat (limited to 'templates/archives/projects.html')
-rw-r--r-- | templates/archives/projects.html | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ <div class="tease"> <h4><a href="{{project.get_absolute_url}}">{{project.title|safe}}{{project.subtitle|safe}}</a></h4> - <div class="lede">{{project.lede|smartypants|safe}}</div> + <div class="lede hyphenate">{{project.lede|smartypants|safe}}</div> + <span class="button"><a href="{{project.get_absolute_url}}">More »</a></span> </div> <div class="img"><img src="{{project.image.url}}" /></div> </li> @@ -32,3 +33,4 @@ </article> {% endblock %} +{% block js %}<script src="/media/js/hyphenate.js" type="text/javascript"></script>{% endblock%}
\ No newline at end of file |