erynwells.me/layouts/partials/single_styles.html

5 lines
166 B
HTML
Raw Normal View History

2023-03-13 21:06:45 -07:00
{{- range .Resources.Match "*.css" -}}
{{- $stylesheet := . | fingerprint "md5" }}
<link rel="stylesheet" href="{{ $stylesheet.RelPermalink }}"></script>
{{- end -}}