Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/your-identity/hugo-theme-dimension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authord-asnaghi <asnaghi@me.com>2020-05-17 23:38:01 +0300
committerd-asnaghi <asnaghi@me.com>2020-05-17 23:38:01 +0300
commitbfd340b06103f2b6141e9136b3705e9d3bcbd8ed (patch)
treefb64216c27462dcb62e2f5a47f9f0bcf35cfbc21
parent6d40010a6e55295f9d10eff22db785151bc62ec1 (diff)
[CMS] identity widget
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7a532b2..3a7e08e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -9,6 +9,6 @@
<style>
:root{--site-background : url("{{ .Params.background | default "images/bg.jpg" | absURL }}")};
</style>
- <!-- 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>
+ <!-- Include the script that enables Netlify Identity on this page. -->
+ <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</head> \ No newline at end of file