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 %}