mirror of
https://github.com/aljazceru/njump.git
synced 2026-02-01 04:04:41 +01:00
fix nip23 articles html titles.
This commit is contained in:
@@ -400,7 +400,7 @@ func renderEvent(w http.ResponseWriter, r *http.Request) {
|
||||
Details: detailsData,
|
||||
Content: template.HTML(data.content),
|
||||
Cover: data.cover,
|
||||
TitleizedContent: titleizedContent,
|
||||
TitleizedContent: data.event.subject, // we store the "title" tag here too
|
||||
}
|
||||
|
||||
component = noteTemplate(params, isEmbed)
|
||||
|
||||
Reference in New Issue
Block a user