aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-04-01 15:09:46 +0100
committerLouis Pilfold <louis@lpil.uk>2024-04-01 15:09:55 +0100
commit1f271d03d07c7671e3dafe34639f04dbab0e97ab (patch)
tree4db5765f98d4c4af0be65ea7f1a66689d6a8d9fd
parent5383e5b1eb7c713ed65b4ded250e91cef9d8c398 (diff)
downloadtour-1f271d03d07c7671e3dafe34639f04dbab0e97ab.tar.gz
tour-1f271d03d07c7671e3dafe34639f04dbab0e97ab.zip
Revert "Format."
This reverts commit 5383e5b1eb7c713ed65b4ded250e91cef9d8c398.
-rw-r--r--src/tour.gleam24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/tour.gleam b/src/tour.gleam
index 719f52f..5de58a7 100644
--- a/src/tour.gleam
+++ b/src/tour.gleam
@@ -624,21 +624,21 @@ fn lesson_page_render(lesson: Lesson) -> String {
lesson.text,
)),
]),
- h("nav", [#("class", "prev-next")], [
- navlink("Back", lesson.previous),
- text(" — "),
- h("a", [#("href", path_table_of_contents)], [text("Contents")]),
- text(" — "),
- navlink("Next", lesson.next),
+ h("nav", [#("class", "prev-next")], [
+ navlink("Back", lesson.previous),
+ text(" — "),
+ h("a", [#("href", path_table_of_contents)], [text("Contents")]),
+ text(" — "),
+ navlink("Next", lesson.next),
+ ]),
]),
]),
- ]),
- h("section", [#("id", "right")], [
- h("section", [#("id", "editor")], [
- h("div", [#("id", "editor-target")], []),
+ h("section", [#("id", "right")], [
+ h("section", [#("id", "editor")], [
+ h("div", [#("id", "editor-target")], []),
+ ]),
+ h("aside", [#("id", "output")], []),
]),
- h("aside", [#("id", "output")], []),
- ]),
],
scripts: ScriptConfig(
body: [