1
1
mirror of https://github.com/rsms/inter.git synced 2024-09-17 13:47:11 +03:00

version fix for cache busting

This commit is contained in:
Rasmus Andersson 2021-03-28 15:30:11 -07:00
parent 3d7a7d0f98
commit 4232cde195
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
layout: none
---
{% assign font_v = site.data.fontinfo[0].version %}
{% assign font_v = site.data.fontinfo[0].version | append: "b" %}
/*
Font families defined by this CSS:

View File

@ -1,7 +1,7 @@
---
layout: none
---
{% assign font_v = site.data.fontinfo[0].version %}
{% assign font_v = site.data.fontinfo[0].version | append: "b" %}
/*
Font families defined by this CSS: