From 5ad77e8a3a7d3771559b02ea5c3e445ff2983533 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Mar 2017 00:02:41 +0900 Subject: nanka iroiro --- src/web/app/base.pug | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/web/app/base.pug') diff --git a/src/web/app/base.pug b/src/web/app/base.pug index e65726fba5..90fb7b24a2 100644 --- a/src/web/app/base.pug +++ b/src/web/app/base.pug @@ -2,17 +2,17 @@ doctype html != '\r\n\r\n' -html(lang='ja', dir='ltr') +html(lang='ja' dir='ltr') head meta(charset='utf-8') - meta(name='application-name', content='Misskey') - meta(name='theme-color', content= themeColor) - meta(name='referrer', content='origin') + meta(name='application-name' content='Misskey') + meta(name='theme-color' content=themeColor) + meta(name='referrer' content='origin') title Misskey style include ./../../../built/web/resources/init.css - script(src='https://use.fontawesome.com/22aba0df4f.js', async) + script(src='https://use.fontawesome.com/22aba0df4f.js' async) block head body -- cgit v1.2.3-freya