diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:29:19 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 00:29:19 +0000 |
commit | df6cf28b30470166774213102378ded5931bc975 (patch) | |
tree | ec43096ac57a5db8137e7574a0d74c3d3c98695e /templates/archives | |
parent | 77b779dfd43386ab9a9f9aa5924df57fd6bcdb62 (diff) |
added viewport scaling
Diffstat (limited to 'templates/archives')
-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"> |