diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/archives/photo_daily_list.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/archives/photo_daily_list.html b/templates/archives/photo_daily_list.html index 04254ff..28659c9 100644 --- a/templates/archives/photo_daily_list.html +++ b/templates/archives/photo_daily_list.html @@ -3,8 +3,8 @@ {% load typogrify_tags %} {% load html5_datetime %} {% load pagination_tags %} -{% block pagetitle %} Photos | luxagraf {% endblock %} -{% block metadescription %} Recent Images {% endblock %} +{% block pagetitle %}Luxagraf: Images{% endblock %} +{% block metadescription %}{% endblock %} {%block bodyid%}class="photos" id="notes-archive"{%endblock%} {% block primary %} @@ -13,7 +13,7 @@ <li>Photos</li> </ul> <main role="main"> - {% autopaginate object_list 8 %}{% for object in object_list %} + {% for object in object_list.photos %} <article class="h-entry hentry " itemscope="" itemtype="http://schema.org/Article"> <figure class="daily-figure"> {% include 'lib/img_picwide.html' with image=object caption=False exif=False is_cluster=False cluster_class='' extra='' %} |