File tree 3 files changed +23
-0
lines changed
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 12
12
< body >
13
13
<!-- Include the script that builds the page and powers Netlify CMS -->
14
14
< script src ="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js "> </ script >
15
+
15
16
</ body >
16
17
</ html >
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > A static website</ title >
5
+
6
+ <!-- include the widget -->
7
+ < script type ="text/javascript " src ="https://identity.netlify.com/v1/netlify-identity-widget.js "> </ script >
8
+ </ head >
9
+ < body >
10
+ <!-- Add a menu:
11
+ Log in / Sign up - when the user is not logged in
12
+ Username / Log out - when the user is logged in
13
+ -->
14
+ < div data-netlify-identity-menu > </ div >
15
+
16
+ <!-- Add a simpler button:
17
+ Simple button that will open the modal.
18
+ -->
19
+ < div data-netlify-identity-button > Login with Netlify Identity</ div >
20
+ </ body >
21
+ </ html >
Original file line number Diff line number Diff line change 12
12
< body >
13
13
<!-- Include the script that builds the page and powers Netlify CMS -->
14
14
< script src ="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js "> </ script >
15
+
15
16
</ body >
16
17
</ html >
You can’t perform that action at this time.
0 commit comments