From 47836199647772a6f9998669aef46a3cbc340906 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 31 Oct 2025 12:02:16 +0100 Subject: [PATCH] Fix broken link to katex CSS (#2241) Followup to https://github.com/matrix-org/matrix-spec/pull/2226, which broke the build. These links to the static CSS are broken in the case that the spec is built for a subdirectory (such as `unstable`). --- changelogs/internal/newsfragments/2241.clarification | 1 + layouts/docs/baseof.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 changelogs/internal/newsfragments/2241.clarification diff --git a/changelogs/internal/newsfragments/2241.clarification b/changelogs/internal/newsfragments/2241.clarification new file mode 100644 index 00000000..68758818 --- /dev/null +++ b/changelogs/internal/newsfragments/2241.clarification @@ -0,0 +1 @@ +Inline Olm & Megolm specifications. diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html index a353ce2b..4f353ce2 100644 --- a/layouts/docs/baseof.html +++ b/layouts/docs/baseof.html @@ -13,8 +13,8 @@
{{ partial "head.html" . }} {{ if .Page.Store.Get "hasMath" }} - - + + {{ end }}