diff --git a/themes/gallo/static/admin/index.html b/themes/gallo/static/admin/index.html index fd13e52..bd32ef3 100644 --- a/themes/gallo/static/admin/index.html +++ b/themes/gallo/static/admin/index.html @@ -3,13 +3,10 @@ <head> <meta charset="utf-8" /> <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> </head> <body> - <script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script> - <script> - window.CMS.init(); - </script> + <script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script> </body> -</html> +</html> \ No newline at end of file