diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-10-23 04:08:09 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-10-23 04:08:09 +0000 |
commit | 8b56f5c2394aa09d7ffd29b8cf6ccd51876feed3 (patch) | |
tree | 9bed8abf8af8b84260ae1597da42da08213bb59e /templates/details | |
parent | ec94bc1283196f43bd383b5755e671b85d76347a (diff) |
started rewrite to accommodate mobile and use fluid grid
Diffstat (limited to 'templates/details')
-rw-r--r-- | templates/details/entry.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/entry.html b/templates/details/entry.html index cea00b1..de27df2 100644 --- a/templates/details/entry.html +++ b/templates/details/entry.html @@ -30,7 +30,7 @@ <header> <h1>{{object.title|smartypants|widont|safe}}</h1> <aside class="meta"> - <section class="geo">{%spaceless%}{% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, <a href="/writing/united-states/1/" title="travel writing from the United States">{{object.location.state.name}}</a>{%else%}{{object.location.name|smartypants|safe}}, <a href="/writing/{{object.location.state.country.slug}}/1/" title="travel writing from {{object.location.state.country.name}}">{{object.location.state.country.name}}</a>{%endif%} <span class="latitude hide">{{object.latitude}}</span> <span class="longitude hide">{{object.longitude}}</span>{%comment%} (<a href="" title="">Map</a>, <a href="" title="">Photos</a>){%endcomment%}{%endspaceless%}</section> + <p class="geo">{%spaceless%}{% if object.location.state.country.name == "United States" %}{{object.location.name|smartypants|safe}}, <a href="/writing/united-states/1/" title="travel writing from the United States">{{object.location.state.name}}</a>{%else%}{{object.location.name|smartypants|safe}}, <a href="/writing/{{object.location.state.country.slug}}/1/" title="travel writing from {{object.location.state.country.name}}">{{object.location.state.country.name}}</a>{%endif%} <span class="latitude hide">{{object.latitude}}</span> <span class="longitude hide">{{object.longitude}}</span>{%comment%} (<a href="" title="">Map</a>, <a href="" title="">Photos</a>){%endcomment%}{%endspaceless%}</p> </aside> </header> <div id="post-body"> |