mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
theme: fix resource URLs for 404 page on subdirectories #515
This commit is contained in:
parent
98c88d8e2e
commit
d3762944b5
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
{{- .Scratch.Set "title" .Title}}
|
{{- .Scratch.Set "title" .Title}}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
<title>{{ .Scratch.Get "title" }} {{ default "::" .Site.Params.titleSeparator }} {{ .Site.Title }}</title>
|
<title>{{ .Scratch.Get "title" }} {{ default "::" .Site.Params.titleSeparator }} {{ .Site.Title }}</title>
|
||||||
|
<base href="{{ .Site.BaseURL }}">
|
||||||
{{- partialCached "favicon.html" . }}
|
{{- partialCached "favicon.html" . }}
|
||||||
{{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }}
|
{{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }}
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in a new issue