Fix contact page meta tags and privacy page broken footer.
Contact: add SSI variables, fix title and OG URL to /contact. Privacy: replace non-existent /includes/footer.html with standard footer-bottom.html partial. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
cc36a2abdd
commit
adfd9bb4b7
2 changed files with 11 additions and 6 deletions
|
|
@ -1,17 +1,20 @@
|
|||
<!--# set var='title' value='Contact' -->
|
||||
<!--# set var='description' value='Neem contact op voor een vrijblijvende offerte. FPV dronevideo voor bedrijven, vastgoed, recreatie, sport en evenementen.' -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="nl" data-bs-theme="dark">
|
||||
|
||||
<head>
|
||||
<!--# 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.">
|
||||
<title><!--# echo var='title' --> • Vandevliet Aerial Shots</title>
|
||||
<meta name="description" content="<!--# echo var='description' -->">
|
||||
|
||||
<meta property="og:title" content="Vandevliet Aerial Shots">
|
||||
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
||||
<meta property="og:title" content="<!--# echo var='title' --> • Vandevliet Aerial Shots">
|
||||
<meta property="og:description" content="<!--# echo var='description' -->">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:locale" content="nl_NL">
|
||||
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
||||
<meta property="og:url" content="https://vandevliet-aerialshots.com/contact">
|
||||
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -56,7 +56,9 @@
|
|||
|
||||
</main>
|
||||
|
||||
<!--# include file='/includes/footer.html' -->
|
||||
<footer class="bg-secondary-subtle">
|
||||
<!--# include file='/includes/partials/footer-bottom.html' -->
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue