summaryrefslogtreecommitdiff
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/footer.html5
-rw-r--r--source/_includes/preamble.html6
2 files changed, 3 insertions, 8 deletions
diff --git a/source/_includes/footer.html b/source/_includes/footer.html
index 5cba67d..910cf33 100644
--- a/source/_includes/footer.html
+++ b/source/_includes/footer.html
@@ -1,7 +1,6 @@
<div class="align-l">
- &copy; Marcus R.A. Newman,
- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA</a>.
+ &copy; 2019-2026 Marcus R.A. Newman
</div>
<div class="align-r">
- <a href="https://prefetch.goatcounter.com/">Visitor statistics</a>
+ <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">Licensed under CC BY-NC-SA</a>
</div>
diff --git a/source/_includes/preamble.html b/source/_includes/preamble.html
index 11fcce6..680e222 100644
--- a/source/_includes/preamble.html
+++ b/source/_includes/preamble.html
@@ -17,10 +17,6 @@
<link rel="stylesheet" href="/infra/css/syntax.css?v=20221108"/>
{% endif %}
{% if page.layout == "concept" or page.maths %}
-<link rel="stylesheet" href="/infra/css/katex.min.css?v=20230709"/>
+<link rel="stylesheet" href="/infra/css/katex.css?v=20260830"/>
{% endif %}
<link rel="stylesheet" href="/infra/css/main.css?v=20230723"/>
-
-{% if jekyll.environment == "production" %}
-<script data-goatcounter="https://prefetch.goatcounter.com/count" async src="/infra/js/count.js?v=20230709"></script>
-{% endif %}