mirror of
https://github.com/BeardedTek/flowbite-beardedtek.com.git
synced 2025-12-06 05:31:52 +00:00
Refactor navbar and footer configuration to utilize new enable flags in .Site.Data
This commit is contained in:
16
static/admin/index.html
Normal file
16
static/admin/index.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Content Manager</title>
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/sveltia-cms@0.92.0/dist/sveltia-cms.js"></script>
|
||||
<script>
|
||||
SveltiaCMS.init({
|
||||
config: '/admin/config.yml'
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user