diff options
Diffstat (limited to 'design/templates/archives')
-rw-r--r-- | design/templates/archives/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html index 6b865af..dbfe167 100644 --- a/design/templates/archives/projects.html +++ b/design/templates/archives/projects.html @@ -20,7 +20,7 @@ <div class="img"> <a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.image.url}}" alt="{{ object.title }}" class="post-image" /></a> </div> - <div class="hyphenate">{{object.lede|smartypants|safe}}</div> + <div class="hyphenate">{{object.lede|safe|smartypants}}</div> <!--<span class="button"><a href="{{project.get_absolute_url}}">More »</a></span>--> </article> {% endfor %} </section> |