@@ -5,6 +5,9 @@ public static class DatasetSiteMustacheTemplate
55 {
66 public const string Content = @"
77<!DOCTYPE HTML>
8+ <!--
9+ OpenActive Dataset Site Template version 1.0.12, from https://unpkg.com/@openactive/dataset-site-template@1.0.12/dist/datasetsite.mustache
10+ -->
811<!--
912 Design: Identity by HTML5 UP
1013 html5up.net | @ajlkn
@@ -40,6 +43,11 @@ For openactive.io
4043 <meta charset=""utf-8"" />
4144 <meta name=""viewport"" content=""width=device-width, initial-scale=1"" />
4245
46+ <!-- JSON-LD conforming to Google Structured Data specification. -->
47+ <script type=""application/ld+json"">
48+ {{{jsonld}}}
49+ </script>
50+
4351 <link rel=""stylesheet"" href=""https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600"" crossorigin=""anonymous"">
4452 <style>
4553/*
@@ -48,8 +56,6 @@ Identity by HTML5 UP
4856 Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
4957*/
5058
51-
52-
5359/*
5460Font Awesome 4.7.0
5561Extracts from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css
@@ -1167,7 +1173,7 @@ @media screen and (max-width: 360px) {
11671173
11681174 }
11691175
1170- .metadata {
1176+ .metadata, .always-hidden {
11711177 display: none;
11721178}
11731179
@@ -1210,11 +1216,6 @@ @media screen and (max-width: 360px) {
12101216 opacity: 1;
12111217}
12121218</style>
1213-
1214- <!-- JSON-LD conforming to Google Structured Data specification. -->
1215- <script type=""application/ld+json"">
1216- {{{jsonld}}}
1217- </script>
12181219</head>
12191220<body id=""booking"" background=""{{backgroundImage.url}}"">
12201221 <div class=""outerscene"">
0 commit comments