Skip to content

Commit b82399a

Browse files
committed
cache bust css
1 parent 25c4c7a commit b82399a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/_includes/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en-GB">
33
<head>
44
<meta charset="utf-8" />
@@ -21,7 +21,7 @@
2121
/>
2222
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=1" />
2323

24-
<link rel="stylesheet" href="/assets/css/main.css" />
24+
<link rel="stylesheet" href="/assets/css/main.css?v=71025" />
2525
<title>
2626
{%- if title -%}{{ title }} | {{ site.title }} {%- else -%} {{
2727
site.title }} | {{ site.description}}{%- endif -%}

0 commit comments

Comments
 (0)