SalaMuseoGames/_layouts/main.html

29 lines
775 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ site.language }}" class="no-js">
{% include head.html %}
<body class="main-page has-push-menu">
{% include svg-icons.html %}
{% include header.html %}
<section class="content">
{{ content }}
</section>
{% include footer.html %}
<script>
if (window.netlifyIdentity) {
window.netlifyIdentity.on("init", function(user) {
if (!user) {
window.netlifyIdentity.on("login", function() {
document.location.href = "/admin/";
});
}
});
}
</script>
</body>
</html>