<head> | |
<meta charset="UTF-8"> | |
<link href="https://fonts.googleapis.com/css?family=Livvic:300|Ubuntu:400,700&display=swap" rel="stylesheet"> | |
<title>{{ if .Title }}{{ .Title }} | {{ end }}OpenTitan Documentation</title> | |
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true) }} | |
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS $options }} | |
<link rel="stylesheet" href="{{ $style.Permalink }}"> | |
{{ partial "gtag" . }} | |
</head> |