mirror of
https://github.com/rsms/inter.git
synced 2024-12-26 09:04:06 +03:00
15 lines
592 B
HTML
15 lines
592 B
HTML
{%
|
|
|
|
if site.safe == false %}{%
|
|
assign url_root = "/" %}{% else %}{%
|
|
assign url_root = "/inter/" %}{% endif %}{%
|
|
|
|
for file in site.static_files %}{%
|
|
assign _path = file.path | remove_first: "/inter" %}{%
|
|
if _path == "/font-files/Inter-Regular.woff2" %}{%
|
|
assign font_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
|
|
endif %}{%
|
|
endfor
|
|
|
|
%}<link rel="preload" href="{{url_root}}font-files/Inter-upright.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="{{url_root}}font-files/Inter-italic.var.woff2?v=3.3" as="font" type="font/woff2" crossorigin> |