summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authoruvok cheetah2023-11-01 17:28:47 +0100
committeruvok cheetah2023-11-01 17:28:47 +0100
commit0a21c40191374ed17bc108fd790b13b54d836023 (patch)
tree8abfa65c4483200c885659846d7e612120b6685f /_includes
parent07efa188e42cdcf70f7b5db6d7539efed9303198 (diff)
Add cssversion to avoid caching
Diffstat (limited to '_includes')
-rw-r--r--_includes/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/head.html b/_includes/head.html
index 6186408..9c69ce9 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -3,7 +3,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{%- seo -%}
- <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}?v={{ site.cssversion }}">
{%- feed_meta -%}
<meta http-equiv="onion-location" content="http://iwccx6ebuapto7dlkd4m5fooud6nqn2z7go7aass5c4q6vl6gzs5htad.onion{{ page.url }}" />
</head>