From c17077cbd24811bb91e48610ac13d76328e5398d Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sat, 30 Nov 2019 11:59:56 +0500 Subject: [PATCH] fix(page): social profiles appear in the sidebar We do not show sidebar in the Pages. Therefore, social profiles should not be displayed in it. fix #534 --- templates/page.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/templates/page.html b/templates/page.html index d286783a..223177e8 100644 --- a/templates/page.html +++ b/templates/page.html @@ -45,13 +45,6 @@

Contents

{% from '_includes/comments.html' import comments_section with context %} {{ comments_section(page) }} -
-
- {% include '_includes/social_links.html' %} - {% include '_includes/mailchimp.html' %} - {% include '_includes/freelists.html' %} -
-
{% endblock content %}