Fix: added defer to decap-cms script to prevent body null error
This commit is contained in:
parent
50a317243d
commit
45325af73c
@ -4,10 +4,11 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Админ-панель PMI</title>
|
||||
<!-- Подключаем скрипт Decap CMS -->
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Подключаем скрипт Decap CMS -->
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
|
||||
<!-- Сюда CMS загрузит свой интерфейс -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user