Using absolute paths, to enable for sub-pages.

This commit is contained in:
Bob Vandevliet 2025-02-14 11:56:18 +01:00
parent 7c51c1aefe
commit a8681fd5cf
5 changed files with 22 additions and 22 deletions

View file

@ -2,11 +2,11 @@
<html lang="nl" data-bs-theme="dark">
<!--# set var="title" value="Privacyverklaring • Vandevliet Aerial Shots" -->
<!--# include file="includes/head.html" -->
<!--# include file="/includes/head.html" -->
<body>
<header>
<!--# include file="includes/nav.html" -->
<!--# include file="/includes/nav.html" -->
</header>
<main>
@ -45,7 +45,7 @@
</main>
<!--# include file="includes/footer.html" -->
<!--# include file="/includes/footer.html" -->
</body>
</html>