diff options
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 390d503..ba39170 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -512,7 +512,7 @@ fn lesson_html(page: Lesson) -> String { let title = page.name <> " - The Gleam Language Tour" let description = - "An interactive introduction reference to the Gleam programming language" + "An interactive introduction and reference to the Gleam programming language. Learn Gleam in your browser!" h("html", [#("lang", "en-gb")], [ h("head", [], [ |