Skip to content

Commit

Permalink
Add content_container outer block
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Apr 18, 2023
1 parent 9c614a1 commit 6242615
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/theme.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
data-on-this-page="text-gray-500 block mt-3 text-sm hover:text-gray-900">
<h4 class="text-sm text-gray-600 uppercase">On this page</h4>
</div>
{% block content_container %}
<div class="w-full lg:max-w-2xl">
{% block content_header %}{% endblock %}
<div class="content">
Expand All @@ -144,6 +145,7 @@ <h4 class="text-sm text-gray-600 uppercase">On this page</h4>
<p class="hidden md:block">&nbsp;</p>
<p class="hidden md:block">&nbsp;</p>
</div>
{% endblock %}
</div>
</div>
{% endblock body %}
Expand Down

0 comments on commit 6242615

Please sign in to comment.