Skip to content

Commit 7efac0a

Browse files
committed
theme/flatcar: force a new CSS filename
This is currently causing cache issue. Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent c058d74 commit 7efac0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

themes/flatcar/layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<meta name="twitter:creator" content="@flatcar" />
8181
<meta name="twitter:site" content="@flatcar" />
8282

83-
<link rel="stylesheet" href="/css/font-awesome.min.css">
83+
<link rel="stylesheet" href="/css/font-awesome-6-5-2.min.css">
8484

8585
<!-- Custom CSS -->
8686
{{ $options := (dict "targetPath" "/css/style.css" "outputStyle" "compressed" "enableSourceMap" true) }}

0 commit comments

Comments
 (0)