Updated CMS version

This commit is contained in:
Cássio Souza 2017-01-13 20:02:40 -02:00 committed by GitHub
parent e51b098fef
commit 19f9394f6c

View File

@ -33,12 +33,12 @@ your public directory and use this `index.html` as a template:
<title>Content Manager</title> <title>Content Manager</title>
<!-- Include the stylesheets from your site here --> <!-- Include the stylesheets from your site here -->
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.2/dist/cms.css" /> <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3/dist/cms.css" />
<!-- Include a CMS specific stylesheet here --> <!-- Include a CMS specific stylesheet here -->
</head> </head>
<body> <body>
<script src="https://unpkg.com/netlify-cms@^0.2/dist/cms.js"></script> <script src="https://unpkg.com/netlify-cms@^0.3/dist/cms.js"></script>
</body> </body>
</html> </html>
``` ```