Files
compiler-explorer/views/embed.pug
Austin Morton a2f9261c87 Use pug template inheritance
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.
2019-09-06 19:39:31 -04:00

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