Skip to content

Commit 9b44a02

Browse files
author
Invers3
committed
Update admin
Decap testing
1 parent 90bfb98 commit 9b44a02

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

admin/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
backend:
22
name: git-gateway
3-
# optional, defaults to master
43
branch: master
5-
#use_graphql: true
64
media_folder: "images"
75
media_library: "files"
86
collections:

admin/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<meta name="robots" content="noindex" />
77
<title>Content Manager</title>
8+
</head>
9+
<body>
10+
<!-- Include the script that builds the page and powers Decap CMS -->
11+
<script src="https://cdn.jsdelivr.net/npm/decap-cms@^3.0.0/dist/decap-cms.js"></script>
12+
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
813
<script>
914
if (window.netlifyIdentity) {
1015
window.netlifyIdentity.on("init", (user) => {
@@ -16,10 +21,5 @@
1621
});
1722
}
1823
</script>
19-
</head>
20-
<body>
21-
<!-- Include the script that builds the page and powers Decap CMS -->
22-
<script src="https://cdn.jsdelivr.net/npm/decap-cms@^3.0.0/dist/decap-cms.js"></script>
23-
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
2424
</body>
2525
</html>

0 commit comments

Comments
 (0)