attempt to unfuck git-lfs
This commit is contained in:
parent
5d16a30212
commit
d324bcd45d
47 changed files with 37 additions and 37 deletions
|
|
@ -16,13 +16,13 @@ endcapture %}{%
|
|||
|
||||
for file in site.static_files %}{%
|
||||
assign _path = file.path | remove_first: "/inter" %}{%
|
||||
if _path == "/res/base.css" %}{%
|
||||
if _path == "/r/base.css" %}{%
|
||||
assign base_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
|
||||
elsif _path == "/res/grid.css" %}{%
|
||||
elsif _path == "/r/grid.css" %}{%
|
||||
assign grid_css_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
|
||||
elsif _path == "/res/base.js" %}{%
|
||||
elsif _path == "/r/base.js" %}{%
|
||||
assign base_js_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
|
||||
elsif _path == "/res/favicon.png" %}{%
|
||||
elsif _path == "/r/favicon.png" %}{%
|
||||
assign favicon_v = file.modified_time | date: "%Y%m%d%H%M%S" %}{%
|
||||
endif %}{%
|
||||
endfor
|
||||
|
|
@ -36,10 +36,10 @@ endfor
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="stylesheet" href="{{url_root}}inter.css?v={{ release_version }}">
|
||||
<link rel="stylesheet" href="{{url_root}}res/base.css?v={{ base_css_v }}">
|
||||
<link rel="stylesheet" href="{{url_root}}res/grid.css?v={{ grid_css_v }}">
|
||||
<link rel="stylesheet" href="https://rsms.me/res/fonts/ibm-plex-mono.css">
|
||||
<link rel="icon" type="image/png" href="{{url_root}}res/favicon.png?v={{ favicon_v }}">
|
||||
<link rel="stylesheet" href="{{url_root}}r/base.css?v={{ base_css_v }}">
|
||||
<link rel="stylesheet" href="{{url_root}}r/grid.css?v={{ grid_css_v }}">
|
||||
<link rel="stylesheet" href="https://rsms.me/r/fonts/ibm-plex-mono.css">
|
||||
<link rel="icon" type="image/png" href="{{url_root}}r/favicon.png?v={{ favicon_v }}">
|
||||
{% include preload-font-files.html %}
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
|
|
@ -59,8 +59,8 @@ endfor
|
|||
<meta property="og:image" content="{{ page.og_image_url }}">
|
||||
<meta name="twitter:image" content="{{ page.og_image_url }}">
|
||||
{% else %}
|
||||
<meta property="og:image" content="https://rsms.me/inter/res/share.png">
|
||||
<meta name="twitter:image" content="https://rsms.me/inter/res/share.png">
|
||||
<meta property="og:image" content="https://rsms.me/inter/r/share.png">
|
||||
<meta name="twitter:image" content="https://rsms.me/inter/r/share.png">
|
||||
{% endif %}
|
||||
<meta property="og:image:alt" content="Inter font family sample image">
|
||||
<meta property="fb:app_id" content="38027689216">
|
||||
|
|
@ -78,7 +78,7 @@ endfor
|
|||
}
|
||||
</script>{% endif %}
|
||||
<div id="hud-notification"><div class="msg">Hello</div></div>
|
||||
<script src="{{url_root}}res/base.js?v={{ base_js_v }}"></script>
|
||||
<script src="{{url_root}}r/base.js?v={{ base_js_v }}"></script>
|
||||
|
||||
<div class="row menu">
|
||||
<ul class="menu">
|
||||
|
|
|
|||
Reference in a new issue