mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +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}}
|
||||
{{- end }}
|
||||
<title>{{ .Scratch.Get "title" }} {{ default "::" .Site.Params.titleSeparator }} {{ .Site.Title }}</title>
|
||||
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
{{- partialCached "favicon.html" . }}
|
||||
{{- partialCached "stylesheet.html" (dict "page" . "outputFormat" $outputFormat) $outputFormat }}
|
||||
<style>
|
||||
|
|
Loading…
Reference in a new issue