try decap
All checks were successful
Hugo / build (push) Successful in 10s

This commit is contained in:
brooke 2024-08-12 15:10:47 -04:00
parent 78cbf3a32f
commit 7d876661a8

View file

@ -3,13 +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" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" /> <meta name="robots" content="noindex" />
<title>Content Manager</title> <title>Content Manager</title>
</head> </head>
<body> <body>
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script> <script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script>
window.CMS.init();
</script>
</body> </body>
</html> </html>