mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
7e06ca22f3
[web] fix css import for no-js pages GitOrigin-RevId: a7bf516319b2a3c7b908468eedad28dbe80a53b3
18 lines
383 B
Text
18 lines
383 B
Text
doctype html
|
|
html(lang="en")
|
|
|
|
- metadata = metadata || {}
|
|
block vars
|
|
|
|
head
|
|
if (metadata && metadata.title)
|
|
title= metadata.title
|
|
if metadata && metadata.viewport
|
|
meta(name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes")
|
|
|
|
link(rel="icon", href="/favicon.ico")
|
|
|
|
if buildCssPath
|
|
link(rel="stylesheet", href=buildCssPath())
|
|
|
|
block body
|