phiax-hugo-theme/layouts/_partials/head/fonts.html
Frank "PHiAX" Weggelaar e077ead902 Font inclusion
2026-03-13 12:57:36 +01:00

3 lines
No EOL
148 B
HTML

{{ range resources.ByType "font" }}
<link rel="preload" href="{{ .RelPermalink }}" as="font" type="{{ .MediaType.Type }}" crossorigin>
{{ end }}