AHCI Post complete.
This commit is contained in:
parent
1387b297ac
commit
de351f1301
12 changed files with 720 additions and 1 deletions
|
|
@ -8,6 +8,16 @@
|
|||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- with resources.Get "css/syntax.css" }}
|
||||
{{- if eq hugo.Environment "development" }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||
{{- else }}
|
||||
{{- with . | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
{{- range .Resources.Match "css/*.css" }}
|
||||
{{- if eq hugo.Environment "development" }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue