USe strict CMS version (1.8.0)
This commit is contained in:
parent
d0f9e7e5b6
commit
0848d57d52
2 changed files with 6 additions and 2 deletions
|
|
@ -1,3 +1,7 @@
|
|||
## 0.2.4 - 2018-05-24
|
||||
|
||||
* Use strict CMS version (1.8.0)
|
||||
|
||||
## 0.2.3 - 2018-05-21
|
||||
|
||||
* Add optional imgix integration for images
|
||||
|
|
|
|||
|
|
@ -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.8.0/dist/cms.css" />
|
||||
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@1.8.1/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.8.0/dist/cms.js"></script>
|
||||
<script src="https://unpkg.com/netlify-cms@1.8.1/dist/cms.js"></script>
|
||||
<script src="cms.bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue