Skip to content

Commit

Permalink
feat: load cache busted CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
runepiper committed May 22, 2024
1 parent 53b9ae5 commit fdd979c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
<link rel="canonical" href="https://www.runepiper.de/">
<meta name="theme-color" content="#484848" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#f5f5f5">
<link rel="stylesheet" href="assets/stylesheets/main.css?v=13.3.1">
<script>
document.head.innerHTML += '<link rel="stylesheet" href="assets/stylesheets/main.css?v= ' + (new Date()).getTime() + '">';
</script>
<link href="https://fonts.googleapis.com/css?family=Karla:400,700&display=swap" rel="stylesheet">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>💩</text></svg>">
<meta name="p:domain_verify" content="06427b2fe65ce95de6aae3673e70a36a"/>
Expand Down

0 comments on commit fdd979c

Please sign in to comment.