From ae4e958bc6e5db7e5950b1f150d2c1ad562847d7 Mon Sep 17 00:00:00 2001
From: Eloi Perdereau <eloi@perdereau.eu>
Date: Thu, 26 Nov 2020 17:11:14 +0100
Subject: [PATCH] netlify identity widget script in head

---
 _layouts/default.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_layouts/default.html b/_layouts/default.html
index 6f019c9..8046420 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -13,6 +13,7 @@
     {% include head.html %}
     {% include head/custom.html %}
 
+    <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
     <script>
     if (window.netlifyIdentity) {
         window.netlifyIdentity.on("init", user => {
-- 
GitLab