Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metal/cli/seo/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ func TestGeneratorGenerateAllPages(t *testing.T) {
t.Fatalf("expected contact heading in contact page: %q", contactContent)
}

if !strings.Contains(contactContent, "mailto:gus@oullin.io") {
if !strings.Contains(contactContent, "mailto:hi@ollin.sh") {
t.Fatalf("expected contact page to include email link: %q", contactContent)
}

Expand Down
2 changes: 1 addition & 1 deletion storage/fixture/profile.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"nickname": "gus",
"handle": "gocanto",
"name": "Gustavo Ocanto",
"email": "gus@oullin.io",
"email": "hi@ollin.sh",
"profession": "Founder of Oullin",
"skills": [
{
Expand Down
Loading