Fix bug
This commit is contained in:
parent
d7ac0418d7
commit
41ba06a5e6
3 changed files with 10 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ block vars
|
|||
- const url = `${config.url}/notes/${note.id}`;
|
||||
|
||||
block title
|
||||
= `${title} | ${config.name}`
|
||||
= `${title} | ${instanceName}`
|
||||
|
||||
block desc
|
||||
meta(name='description' content= summary)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ block vars
|
|||
- const img = user.avatarUrl || null;
|
||||
|
||||
block title
|
||||
= `${title} | ${config.name}`
|
||||
= `${title} | ${instanceName}`
|
||||
|
||||
block desc
|
||||
meta(name='description' content= user.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue