mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #5009 from overleaf/jpa-fix-no-js-style
[web] fix css import for no-js pages GitOrigin-RevId: a7bf516319b2a3c7b908468eedad28dbe80a53b3
This commit is contained in:
@@ -12,8 +12,7 @@ html(lang="en")
|
||||
|
||||
link(rel="icon", href="/favicon.ico")
|
||||
|
||||
if entrypointStyles
|
||||
each file in entrypointStyles('main')
|
||||
link(rel='stylesheet', href=file)
|
||||
if buildCssPath
|
||||
link(rel="stylesheet", href=buildCssPath())
|
||||
|
||||
block body
|
||||
|
||||
Reference in New Issue
Block a user