File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments