fix other template.

This commit is contained in:
fiatjaf
2023-10-28 13:40:07 -03:00
parent 4df0620502
commit 280dc1378d

View File

@@ -2,7 +2,7 @@
<html class="theme--default text-lg font-light print:text-base sm:text-xl">
<meta charset="UTF-8" />
<head>
{{ if .IsParameterizedReplaceable }}
{{ if not (eq "" .Naddr) }}
<title>Nostr Entity {{.Naddr}}</title>
{{ else }}
<title>Nostr Event {{.Kind}} - {{.KindDescription }}</title>