Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvia Dieckmann <githubmonkey@users.noreply.github.com>2021-09-14 23:48:06 +0300
committerGitHub <noreply@github.com>2021-09-14 23:48:06 +0300
commit4ca9054ca3e6b789e85f65f73eb4c124093497f3 (patch)
treea96293e6047c37551c50dcf3b986db59921dc17a
parentbeb68f8c7200fdcfa94970cce122bb6d9419243a (diff)
Update scripts.html
Fix js
-rw-r--r--layouts/partials/scripts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index f294a50..f410030 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1 +1 @@
-<script src="/theme.js" async></script>
+<script src="{{ .Site.BaseURL }}/theme.js" async></script>