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

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <oroques@cisco.com>2020-08-09 17:47:30 +0300
committerOlivier Roques <oroques@cisco.com>2020-08-09 17:47:30 +0300
commitfac4982b13369ebc072e9b10d29695dd45beeda3 (patch)
treea25a82b41ff18475f04d626a920f736562e1a878
parent769f11bcb5548d0970bfc261246eb4e935816b30 (diff)
Change baseurl
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index cfeff03..ccc1403 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -3,6 +3,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{{ .Title }}</title>
+ <base href="{{ .Site.BaseURL }}">
<meta name="description" content="{{ .Site.Params.description }}">
<meta name="author" content='{{ .Site.Params.author }}'>