{% capture url_root %}{% if site.safe == false %}/{% else %}/inter/{% endif %}{% endcapture %}{% 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 %}