From 1c80eed40c8a50b0da0d2f70c29f83ebe343ff4e Mon Sep 17 00:00:00 2001
From: OndraPetrzilka <ondra.petrzilka@gmail.com>
Date: Wed, 24 Aug 2022 15:41:30 +0200
Subject: [PATCH] added newsletter_section on main_article_page

---
 main/templates/main/main_article_page.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/main/templates/main/main_article_page.html b/main/templates/main/main_article_page.html
index 32849d8e..66fcdc43 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">#}
-- 
GitLab