summaryrefslogtreecommitdiff
path: root/templates/archives/homepage.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-05-09 16:22:25 -0400
committerluxagraf <sng@luxagraf.net>2011-05-09 16:22:25 -0400
commit5bb96d4c2c8b42474953ca29d2422b3be60da25b (patch)
tree959adb3e57c0baf54f56253e5347f45960439b97 /templates/archives/homepage.html
parent261b92d06de346cd5a6d18b9bdf38ee7084960ab (diff)
updated styles and templates for revamped design
Diffstat (limited to 'templates/archives/homepage.html')
-rw-r--r--templates/archives/homepage.html12
1 files changed, 3 insertions, 9 deletions
diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html
index 37e8048..8ee30e4 100644
--- a/templates/archives/homepage.html
+++ b/templates/archives/homepage.html
@@ -1,11 +1,5 @@
{% extends 'base.html' %}
{% load typogrify %}
-{%block extrahead%}<link rel="openid.server"
- href="http://www.myopenid.com/server" >
- <link rel="openid.delegate"
- href="http://luxagraf.myopenid.com/" >
- <meta name="verify-v1" content="ZCZSYGNdjeLCPx5trSQELyhY9kq9N7CznTcv5JFkpnM=">{%endblock%}
-
{%block bodyid%}id="home"{%endblock%}
{% block primary %}<section class="archive">
@@ -14,7 +8,7 @@
<div class="img">
<a href="{{featured.get_absolute_url}}" title="{{featured.title}}"><img src="{{featured.get_image_url}}" alt="{{ featured.title }}" class="post-image" width="{{featured.image_width}}" height="{{featured.image_height}}" /></a>
</div>
- <p class="dateline">
+ <p class="dateline bl">
<span class="location" itemprop="geo" itemscope itemtype="http://data-vocabulary.org/​Geo">{% if featured.country_name == "United States" %}{{featured.location_name|smartypants|safe}}, <a href="/writing/united-states/1/" title="travel writing from the United States">{{featured.state_name}}</a>{%else%}{{featured.location_name|smartypants|safe}}, <a href="/writing/{{featured.country_name|slugify}}/1/" title="travel writing from {{featured.country_name}}">{{featured.country_name}}</a>{%endif%}
<meta itemprop="latitude" content="{{featured.latitude}}" />
<meta itemprop="longitude" content="{{featured.longitude}}" /></span> &nbsp;
@@ -28,8 +22,8 @@
{%comment%}<section id="currently">
<div class="project-tease"><a href="/projects/5x5/"><h4 id="proj">5<span>x</span>5</h4> Interviews From The Road</a><p>Lorem sit amet, consectetur adipiscing elit. Duis cursus sodales eros <cite>&ndash; William Brandon III</cite></p></div>
</section>{%endcomment%}
- <section id="archive">
- <h1>From the Archive</h1>
+ <section class="home harchive">
+ <h1 class="sh">From the Archive</h1>
{% include 'includes/recent_entries.html' %}
</section>
{% endblock %}