Couple'a code formatting tweaks to section_css.thml and single_styles.html
This commit is contained in:
parent
81a5507e8f
commit
baad04e7a4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- range .Resources.Match "*.css" -}}
|
||||
{{- $stylesheet := . | fingerprint "md5" }}
|
||||
<link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}"></script>
|
||||
<link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}">
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue