diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 11:55:46 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-18 11:55:46 +0900 |
| commit | d7a042b95d501439a4af01ce51e02c18cf120ab9 (patch) | |
| tree | 7adf321b563f4110dc0a27125a15ada829be7f7e /src/server | |
| parent | refactoring (diff) | |
| parent | update secret message (diff) | |
| download | sharkey-d7a042b95d501439a4af01ce51e02c18cf120ab9.tar.gz sharkey-d7a042b95d501439a4af01ce51e02c18cf120ab9.tar.bz2 sharkey-d7a042b95d501439a4af01ce51e02c18cf120ab9.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/web/views/base.pug | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/server/web/views/base.pug b/src/server/web/views/base.pug index 9a5c674242..22d5fd0c67 100644 --- a/src/server/web/views/base.pug +++ b/src/server/web/views/base.pug @@ -2,7 +2,9 @@ block vars doctype html -!= '\n<!-- Thank you for using Misskey! @syuilo -->\n' +!= '\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' html |