Skip to content

Commit 9513333

Browse files
committed
Cache busting for css.
1 parent 45ff8d9 commit 9513333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_includes/base_template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>{{ title }}</title>
77
<meta name="description" content="Ben Serrette's professional homepage - Web developer, tech leader, and digital creator.">
88
<meta name="author" content="Ben Serrette">
9-
<link rel="stylesheet" href="assets/main.css?v=3">
9+
<link rel="stylesheet" href="assets/main.css?v=4">
1010

1111
<link rel="icon" href="favicon-32x32.png" type="image/png">
1212
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">

0 commit comments

Comments
 (0)