Skip to content

Commit

Permalink
fix(page): social profiles appear in the sidebar
Browse files Browse the repository at this point in the history
We do not show sidebar in the Pages. Therefore, social profiles should not be displayed in it.

fix #534
  • Loading branch information
talha131 committed Nov 30, 2019
1 parent 8c73180 commit c17077c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ <h4>Contents</h4>
{% from '_includes/comments.html' import comments_section with context %}
{{ comments_section(page) }}
</div>
<section>
<div class="span2" style="float:right;font-size:0.9em;">
{% include '_includes/social_links.html' %}
{% include '_includes/mailchimp.html' %}
{% include '_includes/freelists.html' %}
</div>
</section>
</div>
</article>
{% endblock content %}
Expand Down

0 comments on commit c17077c

Please sign in to comment.