+
Event JSON
{{.eventJSON}}
diff --git a/templates/head_common.html b/templates/head_common.html
index 8d6bfff..f294444 100644
--- a/templates/head_common.html
+++ b/templates/head_common.html
@@ -2,13 +2,41 @@
{{if eq .type "profile"}}
-
-
-
+
+
+
{{else}}
-
-
-
+
+
+
{{end}}
-
-
\ No newline at end of file
+
+
diff --git a/templates/homepage.html b/templates/homepage.html
index f6044ad..f42cd84 100644
--- a/templates/homepage.html
+++ b/templates/homepage.html
@@ -1,4 +1,4 @@
-
+
@@ -140,8 +140,8 @@
>NIP-05
inspired permalink:
-
{{ s.CanonicalHost }}/<nip-5>, for example:
+
{{ s.CanonicalHost }}/<nip-5>,
+ for example:
https://{{ s.CanonicalHost }}/nvk.org or
https://{{ s.CanonicalHost }}/mike@mikedilger.com
+
diff --git a/templates/other.html b/templates/other.html
index ebacd3c..9026460 100644
--- a/templates/other.html
+++ b/templates/other.html
@@ -1,15 +1,14 @@
-
+
{{ if eq .type "address" }}
Nostr Address {{.naddr | escapeString }}
- {{end}}
- {{ if eq .type "other" }}
-
Nostr Event {{.kindID}} - {{.kindDescription | escapeString }}
- {{end}}
-
- {{template "head_common.html" .}}
+ {{end}} {{ if eq .type "other" }}
+
+ Nostr Event {{.kindID}} - {{.kindDescription | escapeString }}
+
+ {{end}} {{template "head_common.html" .}}
diff --git a/templates/profile.html b/templates/profile.html
index e540365..40852c1 100644
--- a/templates/profile.html
+++ b/templates/profile.html
@@ -1,4 +1,4 @@
-
+
diff --git a/templates/relay.html b/templates/relay.html
index 5df72c0..88888fd 100644
--- a/templates/relay.html
+++ b/templates/relay.html
@@ -1,22 +1,46 @@
-
+
-
Nostr Relay {{.hostname | escapeString}} - {{.info.Name | escapeString}}
-
-
-
+
+ Nostr Relay {{.hostname | escapeString}} - {{.info.Name | escapeString}}
+
+
+
+
{{ if .info.Icon }}
-
- {{end}}
- {{ if .info.Description }}
-
-
+
+ {{end}} {{ if .info.Description }}
+
+
{{end}}
-
+
{{template "head_common.html" .}}
@@ -38,15 +62,11 @@
-
- {{.info.Name | escapeString}}
-
+ {{.info.Name | escapeString}}
-
- wss://{{.hostname | escapeString}}
-
+
wss://{{.hostname | escapeString}}
{{.info.Description | escapeString | basicFormatting}}
@@ -57,8 +77,7 @@
Public Key
{{.info.PubKey | escapeString}}
- {{end}}
- {{if .info.Contact}}
+ {{end}} {{if .info.Contact}}
{{end}}
-
+