mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 15:36:22 -04:00
12 lines
553 B
HTML
12 lines
553 B
HTML
{{ with partial "functions/webpack" (dict "context" . "src" "fonts/inter-latin-variable-full-normal.woff2") }}
|
|
<link rel="preload" href="{{ .src }}" as="font" type="font/woff2" crossorigin>
|
|
{{ end }}
|
|
|
|
{{ with partial "functions/webpack" (dict "context" . "src" "fonts/roboto-mono-latin-variable-wghtOnly-normal.woff2") }}
|
|
<link rel="preload" href="{{ .src }}" as="font" type="font/woff2" crossorigin>
|
|
{{ end }}
|
|
|
|
{{ with partial "functions/webpack" (dict "context" . "src" "main.js") }}
|
|
<link rel="preload" href="{{ .src }}" as="script">
|
|
{{ end }}
|