Suppress footer on full-size pages (#7631)

GitOrigin-RevId: 0db7ec4de9b087adc093d5ef8e1af4fc8f0810e8
This commit is contained in:
Alf Eaton
2022-04-27 11:30:01 +01:00
committed by Copybot
parent ee831b0dc6
commit 4e8e8f476e
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
extends ../../layout-marketing
block vars
- var suppressFooter = true
- var suppressSkipToContent = true
block content
.editor.full-size
.loading-screen()

View File

@@ -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})