Skip to content

Commit

Permalink
Remove content preview on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Aug 29, 2019
1 parent d44df5e commit f049cf0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mpicms/templates/base/home_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,4 @@ <h2 class="title is-2">{{ page.title }}</h2>

{% include 'news/components/news_preview.html' with news=page.news %}

{% with page.get_children.in_menu.live as items %}
{% if items %}
<h3 class="title is-3">{% trans 'Content' %}</h3>
{% include 'base/components/list_menu.html' %}
{% endif %}
{% endwith %}

{% endblock %}

0 comments on commit f049cf0

Please sign in to comment.