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

github.com/vividvilla/ezhil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose R. Gonzalez <josegonzalez89@gmail.com>2020-05-18 00:22:39 +0300
committerJose R. Gonzalez <josegonzalez89@gmail.com>2020-05-18 00:22:39 +0300
commitfc305d77075726b3b469b9e9db7c3203a2d28194 (patch)
tree8431fb855a7230a2e03a3e180b85b40de212a469
parent9e5c5eb8f3b250ef0168397ff2e9a9356ebac8d6 (diff)
adding base tag to header to fix static file linking
-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 2467747..0296d31 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,4 +1,5 @@
<div class="header">
+ <base href="{{ .Site.BaseURL }}">
<h1 class="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}