From 01a63dfdbf9d85c0becd01429663d0dd91619da2 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 6 Feb 2025 16:35:16 -0300 Subject: [PATCH] stop displaying nip-57 address. fixes https://github.com/fiatjaf/njump/issues/91 --- embedded_profile.templ | 7 ------- profile.templ | 6 ------ 2 files changed, 13 deletions(-) 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 }