aboutのドキュメント(pug)を予めコンパイルしておくように
This commit is contained in:
parent
3043f81321
commit
7fcbbed901
5 changed files with 35 additions and 23 deletions
|
|
@ -5,7 +5,7 @@ html(lang='ja', dir='ltr')
|
|||
head
|
||||
meta(charset='utf-8')
|
||||
meta(name='application-name', content='Misskey')
|
||||
meta(name='theme-color', content='#f76d6c')
|
||||
meta(name='theme-color', content=themeColor)
|
||||
meta(name='referrer', content='origin')
|
||||
meta(name='viewport', content='width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no')
|
||||
link(rel='stylesheet', href='/resources/style.css')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue