diff options
Diffstat (limited to 'templates/archives/homepage.html')
-rw-r--r-- | templates/archives/homepage.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html index 6540ca6..291433c 100644 --- a/templates/archives/homepage.html +++ b/templates/archives/homepage.html @@ -18,8 +18,8 @@ <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> </div> - <p class="hyphenate">{{featured.dek|safe}}</p> - <span class="button"><a href="{{featured.get_absolute_url}}" title="{{featured.title}}">More »</a></span> + <p class="hyphenate">{{featured.dek|safe}} <span class="button"><a href="{{featured.get_absolute_url}}" title="{{featured.title}}">More »</a></span> </p> + </article> </section> {%comment%}<section id="currently"> |