added `<section>` to `.accordion-content` to be able to lay content propperly
This commit is contained in:
parent
ff273f2274
commit
2ee608a16b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue