File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6666 </ style >
6767
6868 <!-- Stylesheet - non-blocking -->
69- < link rel ="preload " href ="{{ '/assets/css/style.css' | relative_url }} " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
70- < noscript > < link rel ="stylesheet " href ="{{ '/assets/css/style.css' | relative_url }} "> </ noscript >
69+ {% assign css_url = '/assets/css/style.css' | relative_url %}
70+ {% assign css_version = site.version | default: site.build_date | default: 'dev' %}
71+ < link rel ="preload " href ="{{ css_url }}?v={{ css_version }} " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
72+ < noscript > < link rel ="stylesheet " href ="{{ css_url }}?v={{ css_version }} "> </ noscript >
7173
7274 <!-- Fonts - non-blocking -->
7375 < link rel ="preload " href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap " as ="style " onload ="this.onload=null;this.rel='stylesheet' ">
You can’t perform that action at this time.
0 commit comments