Skip to content

Commit 7902581

Browse files
committed
fix the play page too
1 parent 720b224 commit 7902581

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/_includes/play.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta
77
name="description"
8-
content="kdl is a document language, mostly based on SDLang, with xml-like semantics that looks like you're invoking a bunch of CLI commands!"
8+
content="This is the KDL playground: try out KDL documents and see the resulting structure!"
99
/>
1010
<title>{{ title }}</title>
1111

12-
<link rel="stylesheet" href="/styles/play.css">
13-
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
14-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
15-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
16-
<link rel="manifest" href="/site.webmanifest">
17-
<meta name="msapplication-TileColor" content="#da532c">
18-
<meta name="theme-color" content="#ffffff">
12+
<link rel="stylesheet" href="/styles/play.css" />
13+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
14+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
15+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
16+
<link rel="manifest" href="/site.webmanifest" />
17+
<meta name="msapplication-TileColor" content="#da532c" />
18+
<meta name="theme-color" content="#ffffff" />
1919
<script type="module" src="play.js"></script>
2020
</head>
2121
<body>

0 commit comments

Comments
 (0)