Skip to content

Commit ddc12c5

Browse files
Link to source code in footer
1 parent 64d3c73 commit ddc12c5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/website/component/footer.gleam

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ pub fn view() -> Element(a) {
3030
element.text("Gleam"),
3131
],
3232
),
33+
html.br([]),
34+
element.text("Source: "),
35+
html.a(
36+
[
37+
attribute.href(
38+
"https://github.com/GearsDatapacks/GearsDatapacks.github.io",
39+
),
40+
attribute.target("_blank"),
41+
attribute.class("underline"),
42+
],
43+
[
44+
element.text("GitHub"),
45+
],
46+
),
3347
],
3448
)
3549
}

0 commit comments

Comments
 (0)