feat: linkedin

This commit is contained in:
ange 2024-12-21 11:13:23 +00:00
parent 186491250e
commit 08557f45db
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
11 changed files with 53 additions and 24 deletions

View file

@ -26,6 +26,6 @@ func generateTmpl() {
"name": names[i],
"names": names,
})
TMPL["/" + names[i]] = b.Bytes()
TMPL[names[i]] = b.Bytes()
}
}