parent
41a13dd5d0
commit
21ab54d0f4
@ -1,6 +1,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="robots" content="{{ with .Params.robots }}{{ . }}{{ else }}index,follow{{ 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 }}">
|
||||||
|
Loading…
Reference in New Issue
Block a user