Allow for more flexible use of meta tags.
This commit is contained in:
parent
90571d5720
commit
bdda58834c
3 changed files with 52 additions and 44 deletions
|
|
@ -1,4 +1,22 @@
|
||||||
<head>
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
|
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
||||||
|
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="
|
||||||
|
default-src 'self';
|
||||||
|
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
||||||
|
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
||||||
|
font-src 'self' https://*.fontawesome.com;
|
||||||
|
connect-src 'self' https://*.fontawesome.com;
|
||||||
|
object-src 'none';
|
||||||
|
img-src 'self' data:;
|
||||||
|
">
|
||||||
|
|
||||||
|
<link rel="icon" href="/assets/static/favicon.ico" type="image/x-icon">
|
||||||
|
<link rel="icon" href="/assets/static/favicon.png" type="image/png">
|
||||||
|
<link rel="stylesheet" href="/assets/css/styles.min.css">
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBS1M2FW9B"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HBS1M2FW9B"></script>
|
||||||
|
|
@ -16,38 +34,6 @@
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
||||||
|
|
||||||
<title><!--# echo var="title" default="Title" --></title>
|
|
||||||
|
|
||||||
<meta http-equiv="Content-Security-Policy" content="
|
|
||||||
default-src 'self';
|
|
||||||
script-src 'self' 'unsafe-inline' https://*.fontawesome.com https://cdn.jsdelivr.net;
|
|
||||||
style-src 'self' 'unsafe-inline' https://*.fontawesome.com;
|
|
||||||
font-src 'self' https://*.fontawesome.com;
|
|
||||||
connect-src 'self' https://*.fontawesome.com;
|
|
||||||
object-src 'none';
|
|
||||||
img-src 'self' data:;
|
|
||||||
">
|
|
||||||
|
|
||||||
<meta http-equiv="Pragma" content="no-cache">
|
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
|
|
||||||
|
|
||||||
<link rel="icon" href="/assets/static/favicon.ico" type="image/x-icon">
|
|
||||||
<link rel="icon" href="/assets/static/favicon.png" type="image/png">
|
|
||||||
|
|
||||||
<link rel="stylesheet" href="/assets/css/styles.min.css">
|
|
||||||
|
|
||||||
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
|
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous" defer></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.min.js" crossorigin="anonymous" defer></script>
|
||||||
<script src="/assets/js/scripts.min.js" async></script>
|
<script src="/assets/js/scripts.min.js" async></script>
|
||||||
|
|
||||||
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
|
||||||
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
|
||||||
<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:title" content="Vandevliet Aerial Shots">
|
|
||||||
<meta property="og:image" content="assets/static/logo-aerialshots-v1-w.png">
|
|
||||||
</head>
|
|
||||||
|
|
@ -1,9 +1,20 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="nl" data-bs-theme="dark">
|
<html lang="nl" data-bs-theme="dark">
|
||||||
|
|
||||||
<!--# set var="title" value="Vandevliet Aerial Shots" -->
|
<head>
|
||||||
<!--# include file="/includes/head.html" -->
|
<!--# include file="/includes/head.html" -->
|
||||||
|
|
||||||
|
<title>Vandevliet Aerial Shots</title>
|
||||||
|
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
|
||||||
|
|
||||||
|
<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:type" content="website">
|
||||||
|
<meta property="og:locale" content="nl_NL">
|
||||||
|
<meta property="og:url" content="https://vandevliet-aerialshots.com">
|
||||||
|
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||||
|
</head>
|
||||||
|
|
||||||
<body class="home">
|
<body class="home">
|
||||||
<header>
|
<header>
|
||||||
<!--# include file="/includes/nav.html" -->
|
<!--# include file="/includes/nav.html" -->
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,20 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="nl" data-bs-theme="dark">
|
<html lang="nl" data-bs-theme="dark">
|
||||||
|
|
||||||
<!--# set var="title" value="Privacyverklaring • Vandevliet Aerial Shots" -->
|
<head>
|
||||||
<!--# include file="/includes/head.html" -->
|
<!--# include file="/includes/head.html" -->
|
||||||
|
|
||||||
|
<title>Privacyverklaring • Vandevliet Aerial Shots</title>
|
||||||
|
<meta name="description" content="Privacyverklaring • Vandevliet Aerial Shots">
|
||||||
|
|
||||||
|
<meta property="og:title" content="Privacyverklaring • Vandevliet Aerial Shots">
|
||||||
|
<meta property="og:description" content="Privacyverklaring • Vandevliet Aerial Shots">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:locale" content="nl_NL">
|
||||||
|
<meta property="og:url" content="https://vandevliet-aerialshots.com/privacy">
|
||||||
|
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
|
||||||
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<!--# include file="/includes/nav.html" -->
|
<!--# include file="/includes/nav.html" -->
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue