page header modifications
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
All checks were successful
Deploy / Deploy to Production (push) Successful in 13s
This commit is contained in:
parent
afe5885708
commit
e69e765586
5 changed files with 20 additions and 14 deletions
|
|
@ -13,7 +13,6 @@
|
|||
</header>
|
||||
|
||||
|
||||
<div class="page__content">
|
||||
<?php
|
||||
$videoPreview = $page->videoPreview()->toFile();
|
||||
$hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
|
||||
|
|
@ -159,7 +158,7 @@ $hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
|
|||
<?php endif ?>
|
||||
</dl>
|
||||
|
||||
<div id="investigation__content">
|
||||
<div class="page__content" id="investigation__content">
|
||||
<?php foreach ($page->body()->toLayouts() as $layout): ?>
|
||||
<?php
|
||||
$columns = $layout->columns();
|
||||
|
|
@ -279,7 +278,7 @@ $hasVideo = $videoPreview || $page->videoUrl()->isNotEmpty();
|
|||
<?php endforeach ?>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<aside class="investigation__aside" id="impacts">
|
||||
<h3 class="aside__title">Impacts</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue