diff options
Diffstat (limited to 'templates/archives/homepage.html')
-rw-r--r-- | templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html index 291433c..898ca01 100644 --- a/templates/archives/homepage.html +++ b/templates/archives/homepage.html @@ -8,7 +8,7 @@ {%block bodyid%}id="home"{%endblock%} -{% block primary %}<section id="featured"> +{% block primary %}<section id="featured" class="archive"> <article id="featured-intro"> <h1><a href="{{featured.get_absolute_url}}" title="{%if featured.title_keywords%}{{featured.title_keywords}}{%else%}{{featured.title}}{%endif%}">{{featured.title|smartypants|widont|safe}}</a></h1> <p class="dateline"> |