diff options
author | luxagraf <sng@luxagraf.net> | 2024-12-27 20:31:02 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2024-12-27 20:31:02 -0600 |
commit | df3bc581e496412ef8c263dbf1cfe00f184e4e59 (patch) | |
tree | 1b6d47357e7be1ef6f568852c849644e23b342d9 /app/posts | |
parent | 8c7b0e1abe1983fac38322c3bc01165c4c693d7e (diff) |
img: cleaned up image parse code and template for clusters
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/photo_essay_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/photo_essay_detail.html b/app/posts/templates/photo_essay_detail.html index 8195ae7..0655f40 100644 --- a/app/posts/templates/photo_essay_detail.html +++ b/app/posts/templates/photo_essay_detail.html @@ -18,7 +18,7 @@ </a> </figure>{%endwith%} <div class="folio-wrapper"> - <article class="h-entry hentry content" itemscope itemType="http://schema.org/BlogPosting"> + <article class="h-entry hentry" itemscope itemType="http://schema.org/BlogPosting"> <header id="header" class="post-header"> <h1 class="p-name post-title" itemprop="headline">{{object.title|smartypants|safe}}</h1> <div class="post-dateline"> |