adding base tag to header to fix static file linking
This commit is contained in:
parent
9e5c5eb8f3
commit
fc305d7707
@ -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" -}}
|
||||
|
Loading…
Reference in New Issue
Block a user