mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Additionally move the javascript code blocks to the end of the html body, instead of the header. This is generally good practice, but it also fixes an issue with the cookie consent overlay due to a html element not existing on the page at the time of script execution.
8 lines
174 B
Plaintext
8 lines
174 B
Plaintext
extends _layout.pug
|
|
|
|
block prepend content
|
|
a.float-link.link(href="/" target="_blank")
|
|
| Edit on #{language} Compiler Explorer
|
|
span.fas.fa-external-link-alt
|
|
br
|