The more intended WP way but with a lot of shortcodes, will change to Gutenberg
This commit is contained in:
@@ -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>
|
||||
·
|
||||
<?php hogelandlinux_nav_link( 'Contact', '/contact/', 'contact' ); ?>
|
||||
<a href="<?php echo esc_url( home_url( '/contact/' ) ); ?>">Contact</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user