File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ function HTML(props) {
15
15
href = "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600"
16
16
rel = "stylesheet"
17
17
/>
18
+ < script src = "https://identity.netlify.com/v1/netlify-identity-widget.js" />
18
19
</ head >
19
20
< body >
20
21
< div id = "___gatsby" dangerouslySetInnerHTML = { { __html : props . body } } />
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6
+ < title > Linode Developer Site Content Manager</ title >
7
+
8
+ <!-- Include the styles for the Netlify CMS UI, after your own styles -->
9
+ < link
10
+ rel ="stylesheet "
11
+ href ="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.css "
12
+ />
13
+ < script src ="https://identity.netlify.com/v1/netlify-identity-widget.js "> </ script >
14
+ </ head >
15
+ < body >
16
+ <!-- Include the script that builds the page and powers Netlify CMS -->
17
+ < script src ="https://unpkg.com/netlify-cms@^1.0.0/dist/cms.js "> </ script >
18
+ </ body >
19
+ </ html >
You can’t perform that action at this time.
0 commit comments