Update article structure and fix translation keys

Fix translation keys in FAQ template
Add article wrapper to page template
This commit is contained in:
Ruben 2026-01-14 23:15:58 +01:00
parent 6682e94798
commit 22717168ae
3 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,4 @@
<article>
<?= $content ?>
<?php if ($pageMetadata && (isset($pageMetadata['tags']) || isset($pageMetadata['categories']))): ?>
@ -23,3 +24,4 @@
<?php endif; ?>
</aside>
<?php endif; ?>
</article>