mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
core: fix export title has appended Notesnook to end (#6529)
This commit is contained in:
@@ -30,7 +30,7 @@ export function template(data: TemplateData) {
|
||||
name="description"
|
||||
content="${data.headline}"
|
||||
/>
|
||||
<title>${data.title} - Notesnook</title>
|
||||
<title>${data.title}</title>
|
||||
<meta name="created-at" content="${formatDate(data.dateCreated)}" />
|
||||
<meta name="updated-at" content="${formatDate(data.dateEdited)}" />
|
||||
${data.pinned ? `<meta name="pinned" content="${data.pinned}" />` : ""}
|
||||
|
||||
Reference in New Issue
Block a user