From 7386776ffbb7bb8dbd7d7c3153d2c6c0644517d4 Mon Sep 17 00:00:00 2001 From: Kate Goldenring Date: Tue, 1 Oct 2024 13:18:00 -0700 Subject: [PATCH] Add header to support plausible analytics Signed-off-by: Kate Goldenring --- component-model/book.toml | 1 + component-model/theme/head.hbs | 1 + 2 files changed, 2 insertions(+) create mode 100644 component-model/theme/head.hbs diff --git a/component-model/book.toml b/component-model/book.toml index 9543b92..d04f565 100644 --- a/component-model/book.toml +++ b/component-model/book.toml @@ -8,3 +8,4 @@ title = "The WebAssembly Component Model" [output.html] git-repository-url = "https://github.com/bytecodealliance/component-docs/tree/main/component-model" edit-url-template = "https://github.com/bytecodealliance/component-docs/tree/main/component-model/{path}" +additional-css = ["theme/head.hbs"] \ No newline at end of file diff --git a/component-model/theme/head.hbs b/component-model/theme/head.hbs new file mode 100644 index 0000000..14bb3d5 --- /dev/null +++ b/component-model/theme/head.hbs @@ -0,0 +1 @@ + \ No newline at end of file