diff options
author | luxagraf <sng@luxagraf.net> | 2024-12-27 09:47:42 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-12-27 09:47:42 -0600 |
commit | 8c7b0e1abe1983fac38322c3bc01165c4c693d7e (patch) | |
tree | 2f91e32f0dae419fe46f773fe9a11817b809fcf0 /templates | |
parent | 05b386315c09c735201566cf8945fc8ff78d2741 (diff) |
jrnl: added a photo essay post type and new url/template/views. also cleared out some old unneeded files
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='' %} |