Skip to content

Commit

Permalink
Merge pull request #13 from indigotree/upgrade-netlify-cms
Browse files Browse the repository at this point in the history
Upgrade Netlify CMS to 5.0
  • Loading branch information
crgeary authored Oct 23, 2017
2 parents f1e8b3a + 7ccf872 commit d6927f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

<title>Content Manager</title>

<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.4/dist/cms.css" />
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@~0.5/dist/cms.css" />

</head>
<body>

<script src="https://unpkg.com/netlify-cms@~0.4/dist/cms.js"></script>
<script src="https://unpkg.com/netlify-cms@~0.5/dist/cms.js"></script>

</body>
</html>

0 comments on commit d6927f8

Please sign in to comment.