diff options
Diffstat (limited to 'templates/mobile/archives/homepage.html')
-rw-r--r-- | templates/mobile/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mobile/archives/homepage.html b/templates/mobile/archives/homepage.html index ffe82d3..a925cf6 100644 --- a/templates/mobile/archives/homepage.html +++ b/templates/mobile/archives/homepage.html @@ -18,7 +18,7 @@ <span class="button"><a href="{{featured.get_absolute_url}}" title="{{featured.title}}">More »</a></span> </div> <div id="featured-image"> - <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" /></a> + <a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" width=300 /></a> </div> </li> |