replace "wrote" with "on Nostr"

This commit is contained in:
fiatjaf
2023-10-10 11:35:28 -03:00
parent ada25605f9
commit c7b7351d5b
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@
<h1>{{.subject | escapeString}}</h1>
{{ else }}
<h1 class="h">
{{.metadata.Name | escapeString}} wrote: {{.titleizedContent}}
{{.metadata.Name | escapeString}} on Nostr: {{.titleizedContent}}
</h1>
{{ end }}
<!-- main content -->

View File

@@ -29,7 +29,7 @@
<article>
<h1>
{{ if .subject }} {{.subject | escapeString}} {{ else }} {{.metadata.Name |
escapeString}} wrote: {{ end }}
escapeString}} on Nostr: {{ end }}
</h1>
{{ if .summary }}