]> _ Git - fluidbook-html5.git/commitdiff
#1799
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Nov 2017 17:28:10 +0000 (18:28 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 17 Nov 2017 17:28:10 +0000 (18:28 +0100)
_seo.html [new file with mode: 0644]

diff --git a/_seo.html b/_seo.html
new file mode 100644 (file)
index 0000000..b98e2fd
--- /dev/null
+++ b/_seo.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="$lang">
+<head>
+       <meta charset="UTF-8">
+       <title>$title</title>
+       <meta name="description" content="$description">
+       <meta property="og:title" content="$title"/>
+       <meta property="og:image" content="$imageurl"/>
+       <meta property="og:image:width" content="$imagewidth"/>
+       <meta property="og:image:height" content="$imageheight"/>
+       <meta name="twitter:title" content="$title">
+       <meta name="twitter:description" content="$description">
+       <meta name="twitter:image" content="$imageurl">
+       <meta name="twitter:card" content="summary_large_image">
+</head>
+<body>
+<script>
+    window.location = '../index.html#/page/$page';
+</script>
+$content
+</body>
+</html>
\ No newline at end of file