revert all changes in base.pug

This commit is contained in:
kakkokari-gtyih 2024-08-20 16:00:59 +09:00
parent 62f5aafa06
commit 1fff58455c
1 changed files with 4 additions and 8 deletions

View File

@ -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,12 +75,8 @@ 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
script include ../boot.js
include ../boot.embed.js
else
script
include ../boot.js
body body
noscript: p noscript: p