diff options
author | Prefetch | 2023-01-01 16:40:56 +0100 |
---|---|---|
committer | Prefetch | 2023-01-01 17:02:29 +0100 |
commit | b1a9b1b9b2f04efd6dc39bd2a02c544d34d1259c (patch) | |
tree | 1fd87919deee17e58f8ad19c09abd54bd4a70886 /source/_includes/preamble.html | |
parent | 1d700ab734aa9b6711eb31796beb25cb7659d8e0 (diff) |
Change license, add Makefile, add image caching control
Diffstat (limited to 'source/_includes/preamble.html')
-rw-r--r-- | source/_includes/preamble.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html index 7b57115..4d3c92f 100644 --- a/source/_includes/preamble.html +++ b/source/_includes/preamble.html @@ -19,6 +19,6 @@ {% endif %} <link rel="stylesheet" href="/infra/css/main.css?v=20221119"> -{% if jekyll.environment != "development" %} +{% if jekyll.environment == "production" %} <script data-goatcounter="https://prefetch.goatcounter.com/count" async src="/infra/js/count.js?v=20221103"></script> {% endif %} |