Skip to content

Commit 9147582

Browse files
committed
Update netlify-cms
1 parent a1896ab commit 9147582

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

public/admin/index.html

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
1-
<!doctype html>
1+
<!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</title>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Content Manager</title>
77

8-
<!-- Include the styles for the Netlify CMS UI, after your own styles -->
9-
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/cms.css" />
10-
<link rel="stylesheet" href="admin.css" />
11-
12-
</head>
13-
<body>
14-
<!-- Include the script that builds the page and powers Netlify CMS -->
15-
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
16-
<script src="https://unpkg.com/[email protected]/dist/cms.js"></script>
17-
<script src="cms.bundle.js"></script>
18-
</body>
8+
<!-- Include the styles for the Netlify CMS UI, after your own styles -->
9+
<link
10+
rel="stylesheet"
11+
href="https://unpkg.com/netlify-cms@^2.0.0/dist/cms.css"
12+
/>
13+
<link rel="stylesheet" href="admin.css" />
14+
</head>
15+
<body>
16+
<!-- Include the script that builds the page and powers Netlify CMS -->
17+
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
18+
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/cms.js"></script>
19+
<script src="cms.bundle.js"></script>
20+
</body>
1921
</html>

0 commit comments

Comments
 (0)