Skip to content

Commit

Permalink
Adds post_content placeholder to two column layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sodevious committed May 28, 2018
1 parent db3a113 commit bcd7e54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rh/templates/simple_wsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ <h1 class="hero-title">{% page_attribute page_title %}</h1>
{% placeholder 'sidebar' %}
</div>
</div>

{% placeholder 'post_content' %}
{% endblock %}
2 changes: 2 additions & 0 deletions rh/templates/subpage_wsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@
{% placeholder 'sidebar' %}
</div>
</div>

{% placeholder 'post_content' %}
{% endblock %}

0 comments on commit bcd7e54

Please sign in to comment.