Fix label formatting in config.yml and initialize Decap CMS in index.html for improved content management setup.

This commit is contained in:
2025-07-29 13:53:03 -08:00
parent 5809a88fb3
commit df2325adb6
2 changed files with 5 additions and 2 deletions

View File

@@ -9,5 +9,8 @@
<body>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
<script>
DecapCMS.init({ config: '/admin/config.yml' });
</script>
</body>
</html>