mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-15 02:54:22 +01:00
replace "wrote" with "on Nostr"
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
<article>
|
||||
<h1>
|
||||
{{ if .subject }} {{.subject | escapeString}} {{ else }} {{.metadata.Name |
|
||||
escapeString}} wrote: {{ end }}
|
||||
escapeString}} on Nostr: {{ end }}
|
||||
</h1>
|
||||
|
||||
{{ if .summary }}
|
||||
|
||||
Reference in New Issue
Block a user