From 1e525f348fc51a37ee63da6fa7960f573003d92b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 17 Mar 2019 17:10:48 -0500 Subject: [PATCH] fix semantic HTML5 article not div --- cl-theme/templates/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index 6d27382..c5aa5ac 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -115,7 +115,7 @@
{% for article in articles_page.object_list %} -
+
{% if article.image %} @@ -180,7 +180,7 @@
-
+ {% endfor %}