Title and description variables.

This commit is contained in:
Bob Vandevliet 2025-12-18 19:58:43 +01:00
parent cdb2302408
commit 72b3e436f4
5 changed files with 25 additions and 22 deletions

View file

@ -2,7 +2,7 @@
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file="/includes/partials/head-content.html" -->
<!--# include file='/includes/partials/head-content.html' -->
<title>Vandevliet Aerial Shots</title>
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
@ -17,20 +17,20 @@
<body class="d-flex flex-column min-vh-100">
<header>
<!--# include file="/includes/components/nav.html" -->
<!--# include file='/includes/components/nav.html' -->
</header>
<main>
<section class="container-xxl pb-0">
<h1 id="contact" class="text-center">Contact</h1>
<!--# include file="/includes/components/contact-row.html" -->
<!--# include file='/includes/components/contact-row.html' -->
</section>
<!-- Nothing more here yet, contact form will be added later, contact info is in the footer -->
</main>
<footer class="bg-secondary-subtle">
<!--# include file="/includes/partials/footer-bottom.html" -->
<!--# include file='/includes/partials/footer-bottom.html' -->
</footer>
</body>