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

Use Netlify Identity service

This commit is contained in:
Daniel Barber 2019-01-12 17:35:54 -05:00
parent 433b414150
commit 5c27888162
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -1,12 +1,13 @@
<!doctype html> <!doctype html>
<html> <html>
<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>
</head> <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
<body> </head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS --> <!-- 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> <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
</body> </body>
</html> </html>