diff --git a/embedded_profile.templ b/embedded_profile.templ index 0a8b57c..ca529ca 100644 --- a/embedded_profile.templ +++ b/embedded_profile.templ @@ -60,12 +60,6 @@ templ embeddedProfileTemplate(params ProfilePageParams) { { params.Metadata.NIP05 } } -
- if params.Metadata.LUD16 != "" { -
NIP-57 Address
- { params.Metadata.LUD16 } - } -
if len(params.AuthorRelays) > 0 {
Publishing to
@@ -77,7 +71,6 @@ templ embeddedProfileTemplate(params ProfilePageParams) {
-
This note has been published on Nostr and is embedded via Njump, learn more diff --git a/profile.templ b/profile.templ index 0273053..be470a8 100644 --- a/profile.templ +++ b/profile.templ @@ -150,12 +150,6 @@ templ profileTemplate(params ProfilePageParams) {
} -
- if params.Metadata.LUD16 != "" { -
NIP-57 Address
- { params.Metadata.LUD16 } - } -
Profile Code
{ params.Nprofile }