Skip to content

Commit 961db99

Browse files
authored
feat: cms — migrate from netlifycms to decapcms (#148)
feat: `cms` — migrate from netlifycms to decapcms
2 parents 43aa7d1 + db35e0f commit 961db99

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

src/admin/index.html

+11-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
<!doctype html>
22
<html>
3-
<head>
4-
<meta charset="utf-8" />
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Content Manager - EmptyWork</title>
7-
<link
3+
<head>
4+
<meta charset="utf-8"/>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6+
<meta name="robots" content="noindex"/>
7+
<title>Content Manager - EmptyWork</title>
8+
<link
89
rel="shortcut icon"
910
href="/images/emptywork.png"
1011
type="image/x-png"
11-
/>
12-
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
13-
</head>
14-
<body>
15-
<!-- Include the script that builds the page and powers Netlify CMS -->
16-
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
17-
<script>
18-
CMS.registerPreviewStyle("/css/style.css");
19-
</script>
20-
</body>
12+
/>
13+
</head>
14+
<body>
15+
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
16+
</body>
2117
</html>

0 commit comments

Comments
 (0)