File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11backend :
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 :
Original file line number Diff line number Diff line change 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 ) => {
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 >
You can’t perform that action at this time.
0 commit comments