adding base tag to header to fix static file linking

This commit is contained in:
Jose R. Gonzalez 2020-05-17 16:22:39 -05:00
parent 71de6dec35
commit b1f95401f8
1 changed files with 1 additions and 0 deletions

View File

@ -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" -}}