aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-11-11 14:30:07 +0000
committerChristine Dodrill <me@christine.website>2019-11-11 14:30:07 +0000
commitba1fe92ecfe05cfc466d1f3a1f95bfb0841fa3b3 (patch)
tree884f0f3fa46b0684dbca11fc04877e41b1e67408 /templates
parent7daa84caef066a689e6966403c84a7d3d38e1bcf (diff)
downloadxesite-ba1fe92ecfe05cfc466d1f3a1f95bfb0841fa3b3.tar.xz
xesite-ba1fe92ecfe05cfc466d1f3a1f95bfb0841fa3b3.zip
FROSTED GLASS
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index dd9ced8..0c2f0c6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -53,7 +53,6 @@
}
</style>
{{ template "styles" . }}
- <script src="//instant.page/1.0.0" type="module" integrity="sha384-6w2SekMzCkuMQ9sEbq0cLviD/yR2HfA/+ekmKiBnFlsoSvb/VmQFSi/umVShadQI"></script>
</head>
<body class="snow hack gruvbox-dark">
{{ template "scripts" . }}
@@ -80,6 +79,8 @@
}
</script>
</div>
+
+ <script src="/static/js/instantpage-3.0.0.js" defer type="module"> </script>
</body>
</html>