From 16cfbd19157df76e7296dddb287412f1099feb33 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 13:37:43 -0600 Subject: Move static assets to within srv --- srv/src/http/tpl/follow.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'srv/src/http/tpl/follow.html') diff --git a/srv/src/http/tpl/follow.html b/srv/src/http/tpl/follow.html index 8cf9dc6..48b7541 100644 --- a/srv/src/http/tpl/follow.html +++ b/srv/src/http/tpl/follow.html @@ -1,6 +1,6 @@ {{ define "body" }} - +

Here's your options for receiving updates about new blog posts: @@ -67,7 +67,7 @@ const emailStatus = document.getElementById("emailStatus"); emailSubscribe.onclick = async () => { - const api = await import("/assets/api.js"); + const api = await import("{{ StaticURL "api.js" }}"); emailSubscribe.disabled = true; emailSubscribe.className = ""; -- cgit v1.2.3