Skip to content

Commit 938d163

Browse files
committed
UI polish: dark root bg, hide masthead strip, footer dark; hero image path; cache-busted CSS
1 parent d2ed545 commit 938d163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<!-- For all browsers -->
2323
<!-- <link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Heebo:100,300,400,500,700,800,900" rel="stylesheet"> -->
24-
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
24+
<link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}?v={{ site.github.build_revision | default: site.time | date: '%s' }}">
2525
<link rel="shortcut icon" type="image/x-icon" href="{{ site.favicon | relative_url }}">
2626
<meta http-equiv="cleartype" content="on">
2727

0 commit comments

Comments
 (0)