Upgrade netlify-cms@1.6.0
This commit is contained in:
parent
795159f4b2
commit
d2379d5f37
1 changed files with 2 additions and 2 deletions
|
|
@ -6,14 +6,14 @@
|
|||
<title>Content Manager</title>
|
||||
|
||||
<!-- Include the styles for the Netlify CMS UI, after your own styles -->
|
||||
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@1.3.5/dist/cms.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@1.6.0/dist/cms.css" />
|
||||
<link rel="stylesheet" href="admin.css" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Include the script that builds the page and powers Netlify CMS -->
|
||||
<script src="https://identity-js.netlify.com/v1/netlify-identity-widget.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@1.3.5/dist/cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@1.6.0/dist/cms.js"></script>
|
||||
|
||||
<script>
|
||||
// redirect when logging out
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue