1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

NetlifyCMS 2.0

This commit is contained in:
Daniel Barber 2019-01-12 17:15:47 -05:00
parent a0ddd2e896
commit 6fb7452a2c
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -3,14 +3,10 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title> <title>Content Manager</title>
<link rel="stylesheet" href="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.css" />
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head> </head>
<body> <body>
<script src="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js"></script> <!-- Include the script that builds the page and powers Netlify CMS -->
<script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body> </body>
</html> </html>