aboutのドキュメント(pug)を予めコンパイルしておくように

This commit is contained in:
syuilo 2016-12-29 15:04:22 +09:00
parent 3043f81321
commit 7fcbbed901
5 changed files with 35 additions and 23 deletions

View file

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