diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-21 03:17:51 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-21 03:17:51 +0900 |
| commit | 03101f001c162fdbe8ffc20f7edcc11a641297aa (patch) | |
| tree | 9dcedea8145c89600e4cfc8f15299de157c0b5e3 /src/server/web | |
| parent | Update Misskey description (diff) | |
| download | sharkey-03101f001c162fdbe8ffc20f7edcc11a641297aa.tar.gz sharkey-03101f001c162fdbe8ffc20f7edcc11a641297aa.tar.bz2 sharkey-03101f001c162fdbe8ffc20f7edcc11a641297aa.zip | |
chore
Diffstat (limited to 'src/server/web')
| -rw-r--r-- | src/server/web/views/base.pug | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/server/web/views/base.pug b/src/server/web/views/base.pug index 328069c473..8992f96db9 100644 --- a/src/server/web/views/base.pug +++ b/src/server/web/views/base.pug @@ -2,9 +2,11 @@ block vars doctype html -!= '\n<!-- Thank you for using Misskey! -->\n' -!= '\n<!-- If you are reading this message... how about joining the development of Misskey? -->\n' -!= '\n<!-- https://github.com/misskey-dev/misskey -->\n' +!= '\n' +!= '<!-- Thank you for using Misskey! -->\n' +!= '<!-- If you are reading this message... how about joining the development of Misskey? -->\n' +!= '<!-- https://github.com/misskey-dev/misskey -->' +!= '\n' html |