mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
9 lines
745 B
Plaintext
9 lines
745 B
Plaintext
a.navbar-brand(href=httpRoot title="Compiler Explorer", style="position: relative")
|
|
img(src=staticRoot + "site-logo.svg" alt="Compiler Explorer logo" height="50" width="165")
|
|
if extraBodyClass === "beta"
|
|
img(src=staticRoot + "site-logo-beta.svg" alt="Compiler Explorer logo (beta)" height="50" width="165" style="position: absolute; top: 0; right: 0;")
|
|
else if extraBodyClass === "staging"
|
|
img(src=staticRoot + "site-logo-staging.svg" alt="Compiler Explorer logo (staging)" height="50" width="165" style="position: absolute; top: 0; right: 0;")
|
|
else if extraBodyClass === "dev"
|
|
img(src=staticRoot + "site-logo-dev.svg" alt="Compiler Explorer logo (dev)" height="50" width="165" style="position: absolute; top: 0; right: 0;")
|