mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-25 22:22:51 +09:00
revert all changes in base.pug
This commit is contained in:
parent
62f5aafa06
commit
1fff58455c
@ -1,7 +1,7 @@
|
|||||||
block vars
|
block vars
|
||||||
|
|
||||||
block loadClientEntry
|
block loadClientEntry
|
||||||
- const clientEntry = embed ? config.clientEmbedEntry : config.clientEntry;
|
- const clientEntry = config.clientEntry;
|
||||||
|
|
||||||
doctype html
|
doctype html
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ doctype html
|
|||||||
https://github.com/misskey-dev/misskey
|
https://github.com/misskey-dev/misskey
|
||||||
|
|
||||||
|
|
||||||
html(class=embed && 'embed')
|
html
|
||||||
|
|
||||||
head
|
head
|
||||||
meta(charset='utf-8')
|
meta(charset='utf-8')
|
||||||
@ -75,10 +75,6 @@ html(class=embed && 'embed')
|
|||||||
script(type='application/json' id='misskey_meta' data-generated-at=now)
|
script(type='application/json' id='misskey_meta' data-generated-at=now)
|
||||||
!= metaJson
|
!= metaJson
|
||||||
|
|
||||||
if embed
|
|
||||||
script
|
|
||||||
include ../boot.embed.js
|
|
||||||
else
|
|
||||||
script
|
script
|
||||||
include ../boot.js
|
include ../boot.js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user