Skip to content

Commit

Permalink
#117 use sections not just for overview and detail but all blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Jan 2, 2024
1 parent 43eb804 commit 4c09699
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cast/templates/cast/bootstrap4/post_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ <h2><a class="text-dark text-decoration-none" href="{% pageurl page %}">{{ page.
<section class="block-{{ block.block_type }}">
{% for block in block.value %}
{# this is a block of content like image, gallery or audio #}
{% include_block block %}
<section class="block-{{ block.block_type }}">
{% include_block block %}
</section>
{% endfor %}
</section>
{% block detail_link %}{% endblock %}
Expand Down

0 comments on commit 4c09699

Please sign in to comment.