diff options
author | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-03 12:20:01 +0300 |
---|---|---|
committer | Mantas <11616378+mistermantas@users.noreply.github.com> | 2018-08-03 12:20:01 +0300 |
commit | a93b1d2712a886c1adfd5f215aedc2e6d643e969 (patch) | |
tree | 51aade4432a755dde00bae4069f0cdfc202983f5 /static/admin/index.html | |
parent | 876ad81132278c2c70c7e893c30415abd5ba62d7 (diff) |
Update to Netlify CMS v2
Diffstat (limited to 'static/admin/index.html')
-rw-r--r-- | static/admin/index.html | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/static/admin/index.html b/static/admin/index.html index f8ef914..6f93a08 100644 --- a/static/admin/index.html +++ b/static/admin/index.html @@ -1,22 +1,20 @@ <!doctype html> <html> -<head> - <meta charset="utf-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>cState Admin</title> - <link rel="stylesheet" href="https://unpkg.com/netlify-cms@~1.1/dist/cms.css" /> -</head> -<body> - <!-- - To easily manage your status on Netlify, - much like on WordPress, you need to keep - this directory. Platforms which do not - support Netlify CMS do not need this - /admin/ directory. - --> + <head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>cState Admin</title> + </head> + <body> + <!-- + To easily manage your status on Netlify, + much like on WordPress, you need to keep + this directory. Platforms which do not + support Netlify CMS do not need this + /admin/ directory. + --> - <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> - <script src="https://unpkg.com/netlify-cms@~1.9/dist/cms.js"></script> - -</body> + <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> + <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script> + </body> </html> |