Skip to content

Commit

Permalink
Put the tiles in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjohnston committed Jul 25, 2024
1 parent 9d86f5e commit 64f7902
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/cdhpages/landing_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
">
<div class="page-layout__main-content">

<div class="tiles__list">
{% for child in children %}
{% include 'cdhpages/blocks/tile.html' with internal_page=child tile_type="internal_page_tile" has_component_title=False %}
{% endfor %}
</div>

<div class="streamfields-wrapper">
<div class="tiles__list">
{% for child in children %}
{% include 'cdhpages/blocks/tile.html' with internal_page=child tile_type="internal_page_tile" has_component_title=False %}
{% endfor %}
</div>

{% for block in page.body %}
{% include_block block %}
{% endfor %}
Expand Down

0 comments on commit 64f7902

Please sign in to comment.