The more intended WP way but with a lot of shortcodes, will change to Gutenberg

This commit is contained in:
2026-09-06 00:14:07 +02:00
parent 4d8a7a6924
commit f8ff394db2
12 changed files with 337 additions and 839 deletions
@@ -28,9 +28,9 @@ $hl_biz = hogelandlinux_business();
<p>Vrijwilliger bij <a href="https://laptoprevive.nl" target="_blank">Laptoprevive.nl</a></p>
<p>Ik ondersteun de <a href="https://endof10.org" target="_blank">End-of-10</a>-beweging voor duurzaam computergebruik.</p>
<p>
<?php hogelandlinux_nav_link( 'Over mij', '/over-mij/', 'over-mij' ); ?>
<a href="<?php echo esc_url( home_url( '/over-mij/' ) ); ?>">Over mij</a>
&middot;
<?php hogelandlinux_nav_link( 'Contact', '/contact/', 'contact' ); ?>
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>">Contact</a>
</p>
</div>
</div>