diff --git a/templates/details.html b/templates/details.html index 426965c..24ceec8 100644 --- a/templates/details.html +++ b/templates/details.html @@ -6,7 +6,7 @@ {{ if not (eq "" .Npub) }}
Author Public Key
- {{.Npub}} + {{.Npub}}
{{ end }} @@ -17,28 +17,36 @@ {{ if not (eq "" .FileMetadata.Summary) }}
Summary
- {{.FileMetadata.Summary}} + {{.FileMetadata.Summary}}
{{ end }} {{ if not (eq "" .FileMetadata.Dim) }}
Dimension
- {{.FileMetadata.Dim}} + {{.FileMetadata.Dim}}
{{ end }} {{ if not (eq "" .FileMetadata.Size) }}
Size
- {{.FileMetadata.Size}} bytes + {{.FileMetadata.Size}} bytes
{{ end }} {{ if not (eq "" .FileMetadata.Magnet) }}
Magnet URL
- {{.FileMetadata.Magnet}} + {{.FileMetadata.Magnet}}
{{ end }} @@ -47,7 +55,7 @@ {{ if not (eq 0 (len .SeenOn)) }} -
+
Seen on
{{ range .SeenOn }}
@@ -97,15 +105,16 @@
Published at
- {{.CreatedAt}} + {{.CreatedAt}}
Kind type
- {{.Kind}} {{ if not (eq .KindNIP "")}} - + {{.Kind}} + {{ if not (eq .KindNIP "")}} -
{{.KindDescription}} {{ end }} @@ -114,7 +123,7 @@ {{ if not (eq "" .Nevent) }}
Address Code
-
{{.Nevent}}
+ {.Nevent}}span>
{{ end }} @@ -134,7 +143,7 @@ {{ if not (eq "" .Nprofile) }}
Author Profile Code
- {{.Nprofile}} + {{.Nprofile}}
{{ end }}