Fix XML syntax
This commit is contained in:
parent
507343e090
commit
579d83b871
@ -7,7 +7,7 @@
|
|||||||
{{ with .Keywords }}<meta name="keywords" content="{{ delimit . ",," ",," }}">{{ end }}
|
{{ with .Keywords }}<meta name="keywords" content="{{ delimit . ",," ",," }}">{{ end }}
|
||||||
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }}
|
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }}
|
||||||
{{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }}
|
{{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }}
|
||||||
<link rel="stylesheet" type="text/css" href="{{ $scss.RelPermalink }}">
|
<link rel="stylesheet" type="text/css" href="{{ $scss.RelPermalink }}" />
|
||||||
{{ $title := print .Site.Title " | " .Title }}
|
{{ $title := print .Site.Title " | " .Title }}
|
||||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
|
Loading…
Reference in New Issue
Block a user