diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/archives/homepage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/archives/homepage.html b/design/templates/archives/homepage.html index cbdfdcc..1cd7347 100644 --- a/design/templates/archives/homepage.html +++ b/design/templates/archives/homepage.html @@ -3,7 +3,7 @@ {%block htmlclass%}class="black"{%endblock%} {%block bodyid%}id="home" class="has-hero"{%endblock%} -{% block primary %}<section class="banner">{% for object in object_list %}{% if forloop.counter == 1 %} +{% block primary %}<section class="banner">{% for object in banner %}{% if forloop.counter == 1 %} <article class="h-entry hentry {% cycle 'odd' 'even' %} {% cycle 'first' 'second' 'third' %}"> <div class="post--image"> <a href="{{object.get_absolute_url}}" title="{{object.title}}"> |