mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Make Bootstrap 5 the default everywhere GitOrigin-RevId: 024614d6f4f370fd9c9623a6f35c64e43d2a70c4
18 lines
457 B
Plaintext
18 lines
457 B
Plaintext
extends ../../layout-marketing
|
|
|
|
block vars
|
|
- var suppressNavbar = true
|
|
- var suppressFooter = true
|
|
- var suppressGoogleAnalytics = true
|
|
- isWebsiteRedesign = 'true'
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/socket-diagnostics'
|
|
|
|
block content
|
|
main.content.content-alt#main-content
|
|
#socket-diagnostics
|
|
|
|
block prepend foot-scripts
|
|
script(type="text/javascript", nonce=scriptNonce, src=(wsUrl || '/socket.io') + '/socket.io.js', defer=deferScripts)
|