diff options
author | lxf <lxf@d1stkfactory> | 2014-05-29 14:22:46 +0000 |
---|---|---|
committer | lxf <lxf@d1stkfactory> | 2014-05-29 14:22:46 +0000 |
commit | 64b86549829c7b2987707a13e92fa43e3834de97 (patch) | |
tree | ab9cccba12e02714c1e29850af0d626b51474b17 /design/templates/archives/projects.html | |
parent | d6379dbc06393d286eedfd19c842f824100f2968 (diff) |
bugs fixes and changed image urls to use https
Diffstat (limited to 'design/templates/archives/projects.html')
-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 dbfe167..29aa160 100644 --- a/design/templates/archives/projects.html +++ b/design/templates/archives/projects.html @@ -18,7 +18,7 @@ <article> <h1><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}} {{object.subtitle|safe}}</a></h1> <div class="img"> - <a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.image.url}}" alt="{{ object.title }}" class="post-image" /></a> + <a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.get_project_image}}" alt="{{ object.title }}" class="post-image" /></a> </div> <div class="hyphenate">{{object.lede|safe|smartypants}}</div> <!--<span class="button"><a href="{{project.get_absolute_url}}">More »</a></span>--> |