added `<section>` to `.accordion-content` to be able to lay content propperly

This commit is contained in:
jorge 2021-07-27 14:17:52 +02:00
parent ff273f2274
commit 2ee608a16b
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ $summary = $showSummary ? $site->summary() : null;
</ul>
</a>
<aside class="accordion-content" data-tab-content>
<section>
<figure>
<?php if ($site_meta_values != null): ?>
<img src="<?= $site_meta_values['thumbnail']; ?>" />
@ -39,5 +40,6 @@ $summary = $showSummary ? $site->summary() : null;
<?php endif; ?>
<a class="button small" href="<?= $site->siteUrl() ?>">View</a>
</p>
</section>
</aside>
</li>