mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Suppress footer on full-size pages (#7631)
GitOrigin-RevId: 0db7ec4de9b087adc093d5ef8e1af4fc8f0810e8
This commit is contained in:
parent
ff44afb74c
commit
d6f8d43b0f
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
extends ../../layout-marketing
|
||||
|
||||
block vars
|
||||
- var suppressFooter = true
|
||||
- var suppressSkipToContent = true
|
||||
|
||||
block content
|
||||
.editor.full-size
|
||||
.loading-screen()
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
extends ../../layout
|
||||
|
||||
block vars
|
||||
- var suppressFooter = true
|
||||
- var suppressSkipToContent = true
|
||||
|
||||
block content
|
||||
|
||||
script(type="template", id="overleaf-token-access-data")!= StringHelper.stringifyJsonForScript({ postUrl: postUrl, csrfToken: csrfToken})
|
||||
|
|
Loading…
Reference in a new issue