mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-14 07:44:30 +00: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:
parent
827768be92
commit
7e06ca22f3
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue