gpg + fingerprint css file
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
<base href="{{ .Site.BaseURL }}">
|
||||
{{ partial "html-meta.html" . -}}
|
||||
<title>{{ if not .IsHome }}{{ .Title }} - {{ end }}{{ .Site.Title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ "/css/main.css" | relURL }}">
|
||||
{{ $ss := resources.Get "css/main.css" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
|
||||
<link rel="stylesheet" href="{{ $ss.Permalink }}">
|
||||
{{ with .Site.Params.favicon -}}
|
||||
<link rel="shortcut icon" href="{{ . }}" type="image/x-icon">
|
||||
{{ end -}}
|
||||
|
||||
Reference in New Issue
Block a user