Include identity widget

This commit is contained in:
Michal Vanko 2021-04-21 19:05:51 +02:00
parent 561e020509
commit cef18ffcdf

View File

@ -8,5 +8,6 @@
<body> <body>
<!-- Include the script that builds the page and powers Netlify CMS --> <!-- 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> <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
<script type="text/javascript" src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
</body> </body>
</html> </html>