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:
-rw-r--r--layouts/partials/scripts.html2
-rw-r--r--layouts/partials/stylesheets.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index f410030..1522765 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1 +1 @@
-<script src="{{ .Site.BaseURL }}/theme.js" async></script>
+<script src="{{ .Site.BaseURL }}theme.js" async></script>
diff --git a/layouts/partials/stylesheets.html b/layouts/partials/stylesheets.html
index a9ae2f3..3af837a 100644
--- a/layouts/partials/stylesheets.html
+++ b/layouts/partials/stylesheets.html
@@ -1 +1 @@
-<link rel="stylesheet" href="{{ .Site.BaseURL }}/theme.css" media="all">
+<link rel="stylesheet" href="{{ .Site.BaseURL }}theme.css" media="all">