main
html 7 lines 279 Bytes
Raw
1 {{- if .Params.pagefind -}}
2 <link rel="stylesheet" href="{{ `pagefind/pagefind-ui.css` | absURL }}">
3 <script src="{{ `pagefind/pagefind-ui.js` | absURL }}" defer></script>
4 {{- end -}}
5 {{- with resources.Get "css/badges.css" }}
6 <style>{{ .Content | safeCSS }}</style>
7 {{- end -}}