Update index.html
This commit is contained in:
parent
3b85c7724b
commit
b01a9b65d9
@ -8,7 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Include the script that builds the page and powers Static CMS -->
|
<!-- Include the script that builds the page and powers Static CMS -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@staticcms/core@1.0.0-beta1/dist/static-cms-core.min.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@staticcms/core@latest/dist/static-cms-core.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.CMS.init();
|
window.CMS.init();
|
||||||
CMS.registerIcon('home', ({}) => { return(h('i', {"className": "fa fa-house"})); });
|
CMS.registerIcon('home', ({}) => { return(h('i', {"className": "fa fa-house"})); });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user