We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162a5d2 commit d363aeeCopy full SHA for d363aee
src/website/page/index.gleam
@@ -62,17 +62,17 @@ pub fn my_stuff(posts: List(blog.Post(_))) -> component.Section(_) {
62
"My Stuff",
63
list.flatten([
64
[
65
- html.h2([], [
+ html.h2([attribute.id("links")], [
66
element.text("Links"),
67
]),
68
html.p([], list.map(socials, social)),
69
+ html.h2([attribute.id("posts")], [
70
element.text("Posts"),
71
72
],
73
list.map(posts, post),
74
75
+ html.h2([attribute.id("talks")], [
76
element.text("Talks"),
77
78
0 commit comments