Upgrade to latest hugo version
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
{{ end }}
|
||||
{{ with .Keywords }}<meta name="keywords" content="{{ delimit . "," "," }}">{{ end }}
|
||||
{{ $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" | css.Sass $options }}
|
||||
<link rel="stylesheet" type="text/css" href="{{ $scss.RelPermalink }}" />
|
||||
{{ $title := print .Site.Title " | " .Title }}
|
||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user