diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html index 3021817..68329c3 100644 --- a/kjvstudy_org/templates/chapter.html +++ b/kjvstudy_org/templates/chapter.html @@ -150,13 +150,6 @@ hr::before {

{{ book }} {{ chapter }}

Authorized King James Version

-{% if chapter_overview %} -
- {{ chapter_overview|safe }} -
-
-{% endif %} -
{% for verse in verses %} {% set commentary = commentaries[verse.verse] if commentaries and verse.verse in commentaries else none %} @@ -182,6 +175,13 @@ hr::before { {% endfor %}
+{% if chapter_overview %} +
+
+ {{ chapter_overview|safe }} +
+{% endif %} +