1 parent 236b9db commit 00d695dCopy full SHA for 00d695d
1 file changed
demos/indian-instruments/index.html
@@ -1,3 +1,8 @@
1
+---
2
+# No layout: this page is deliberately standalone and full-screen. The empty
3
+# front matter is only here so Jekyll runs the file through Liquid and the
4
+# analytics include below resolves.
5
6
<!DOCTYPE html>
7
<html lang="en">
8
<head>
@@ -9,6 +14,7 @@
9
14
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
10
15
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans+Devanagari:wght@300;400;600&display=swap" rel="stylesheet">
11
16
<link rel="stylesheet" href="styles.css">
17
+{% include analytics.html %}
12
18
</head>
13
19
<body>
20
0 commit comments