diff --git a/main/templates/main/main_article_page.html b/main/templates/main/main_article_page.html index 32849d8e019841e8cd37a8696218b16ae45999b8..66fcdc439f0c965a40b35bbeef494ca4c4a8953e 100644 --- a/main/templates/main/main_article_page.html +++ b/main/templates/main/main_article_page.html @@ -4,7 +4,7 @@ {% block content %} {% image page.image max-3840x2160 as main_img %} {% with before_title=page.date after_title=page.after_name subtitle=page.position image_url=main_img.url %} - {% include 'main/includes/layout/photo_page_header.html' %} + {% include 'main/includes/layout/photo_page_header.html' %} {% endwith %} {# {% routablepageurl page.root_page.articles_page "tags" as articles_tag_page_url %}#} <main role="main" class="mb-10 xl:mb-32"> @@ -35,6 +35,7 @@ {% endif %} {% endfor %} </main> + {% include 'main/includes/newsletter_section.html' %} {# {% if related_articles|length %}#} {# <section class="mt-16 md:mt-24">#}