File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
{{ .Hugo.Generator }}
7
7
{{ partial "meta.html" . }}
8
8
{{ partial "favicon.html" . }}
9
- < title > {{ .Title }} :: {{ .Site.Title }}</ title >
9
+ < title > {{ plainify .Params.Pre}}{{ .Title }} :: {{ .Site.Title }}</ title >
10
10
11
11
{{ $assetBusting := not .Site.Params.disableAssetsBusting }}
12
12
< link href ="{{ "css /nucleus.css" | relURL}}{{ if $assetBusting }}?{{ now.Unix }}{{ end }}" rel="stylesheet ">
71
71
{{if $showBreadcrumb}}
72
72
{{ template "breadcrumb" dict "page" . "value" .Title }}
73
73
{{ else }}
74
- {{ .Title }}
74
+ {{ .Title }}
75
75
{{ end }}
76
76
</ span >
77
77
</ div >
101
101
{{$parent := .page.Parent }}
102
102
{{ if $parent }}
103
103
{{ $value := (printf "< a href ='%s '> %s</ a > > %s" $parent.URL $parent.Title .value) }}
104
- {{ template "breadcrumb" dict "page" $parent "value" $value }}
104
+ {{ template "breadcrumb" dict "page" $parent "value" $value }}
105
105
{{else}}
106
106
{{.value|safeHTML}}
107
107
{{end}}
You can’t perform that action at this time.
0 commit comments