This commit is contained in:
syuilo 2019-02-06 22:27:23 +09:00
parent d7ac0418d7
commit 41ba06a5e6
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
3 changed files with 10 additions and 4 deletions

View file

@ -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)

View file

@ -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)