diff options
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 21084e5..56a88f1 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -541,6 +541,15 @@ fn lesson_html(page: Lesson) -> String { metaprop("twitter:image", "https://gleam.run/images/og-image.png"), link("shortcut icon", "https://gleam.run/images/lucy-circle.svg"), link("stylesheet", "/style.css"), + h( + "script", + [ + #("defer", ""), + #("data-domain", "tour.gleam.run"), + #("src", "https://plausible.io/js/script.js"), + ], + [], + ), ]), h("body", [], [ h("nav", [#("class", "navbar")], [ |