Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aleph Systems
Hugo Theme Dimension
Commits
297122d1
Commit
297122d1
authored
May 17, 2020
by
d-asnaghi
Browse files
[CMS] simpler handling
parent
1e1abd2e
Changes
4
Hide whitespace changes
Inline
Side-by-side
layouts/partials/header.html
View file @
297122d1
...
...
@@ -9,5 +9,6 @@
<style>
:root
{
--site-background
:
url("{{ .Params.background | default "images/bg.jpg" | absURL }}")
}
;
</style>
{{ partial "netlify-cms.html" .}}
<!-- Include the script that builds the page and powers Netlify CMS -->
<script
src=
"https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"
></script>
</head>
\ No newline at end of file
layouts/partials/netlify-cms.html
deleted
100644 → 0
View file @
1e1abd2e
<!-- Include the script that builds the page and powers Netlify CMS -->
<script
src=
"https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"
></script>
\ No newline at end of file
layouts/partials/netlify-identity.html
deleted
100644 → 0
View file @
1e1abd2e
<!-- Include the script that enables Netlify Identity on this page. -->
<script
src=
"https://identity.netlify.com/v1/netlify-identity-widget.js"
></script>
\ No newline at end of file
static/admin/index.html
View file @
297122d1
...
...
@@ -4,9 +4,11 @@
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<title>
Content Manager
</title>
{{ partial "netlify-identity.html" .}}
<!-- Include the script that enables Netlify Identity on this page. -->
<script
src=
"https://identity.netlify.com/v1/netlify-identity-widget.js"
></script>
</head>
<body>
{{ partial "netlify-cms.html" .}}
<!-- Include the script that builds the page and powers Netlify CMS -->
<script
src=
"https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"
></script>
</body>
</html>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment