* fix: preload Google Fonts to reduce layout shift Move font loading from footer JS to head with preconnect and preload hints. This reduces CLS by ensuring fonts load earlier in the page lifecycle instead of being dynamically inserted after footer loads. * style: reorder custom font inclusion in head template --------- Co-authored-by: delize <4028612+delize@users.noreply.github.com> Co-authored-by: Jimmy Cai <jimmy@cai.im>
2 lines
90 B
HTML
2 lines
90 B
HTML
{{ partialCached "footer/components/script.html" . }}
|
|
{{ partial "footer/custom.html" . }} |