Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
d9ebcd1b6eb72d0dd2e57470bdad6573647b33b8
/
views
/
meta.pug
2ff1004
Some path fixups post rename of c-e-image->infra
by Matt Godbolt
· 4 years, 11 months ago
a2f9261
Use pug template inheritance
by Austin Morton
· 6 years ago
[Renamed (66%) from views/head.pug]
def64d9
Fix chunck loading
by RabsRincon
· 6 years ago
ed7c80f
Move bulk of client side options to non-inlined script (#1497)
by Austin Morton
· 6 years ago
56cf191
Fix custom path prefix
by jD91mZM2
· 6 years ago
b6a3b12
Change meta twitter:site handle to @CompileExplore
by RabsRincon
· 6 years ago
75b5538
Test mobile improvement to avoid autozoom
by RabsRincon
· 6 years ago
e5b1956
Initial work on bootstrap update
by RabsRincon
· 6 years ago
d33323d
Change meta description
by RabsRincon
· 7 years ago
41d203d
Modify xss prevention to allow for utf-8 sequences
by RabsRincon
· 7 years ago
e93e6ac
Use base64 encoding on the JSON to prevent any unfortunate XSS things from being interpreted. See #1063
by Matt Godbolt
· 7 years ago
e6eb388
Use JSON to launder XSS stuff (hopefully). See #1063. Thanks @fitblip for pointing me in the right direction. If this doesn't fix it, that's my fault not his!
by Matt Godbolt
· 7 years ago
57f2c4e
Improve Discord unfurling and add bases for more
by RabsRincon
· 7 years ago
05bbc09
Try to trigger advanced markdown unfurling
by RabsRincon
· 7 years ago
9d02f2e
Restructure open graph metadata
by RabsRincon
· 7 years ago
b165156
Merge branch 'master' into ogtest
by RabsRincon
· 7 years ago
1eb991e
Fix favicon & negative numbers in tooltip
by RabsRincon
· 7 years ago
5344ca1
Try to share code in case where there's 1 editor
by RabsRincon
· 7 years ago
27d7b0c
Try to fix head meta tags
by RabsRincon
· 7 years ago
ff28920
Shorten links to `/z/BLAH`
by Matt Godbolt
· 7 years ago
9af0b20
Add share metadata (og, twitter) for named links
by RabsRincon
· 7 years ago
6cce347
Experimental support for theme-color metatag
by RabsRincon
· 7 years ago
284897e
Move back to actual real ICOs for favicon
by Matt Godbolt
· 7 years ago
1050da5
Fix up favicon
by Matt Godbolt
· 7 years ago
9372ad9
Instead of dynamically adding a path, serve everything from relative this requires a change to the extract text plugin or you end up with dist/dist requested
by jaredwy
· 7 years ago
8a937fa
To make beta work it needs to serve assets from a base path of 'beta' so this just hacks a quick solution to that
by jaredwy
· 7 years ago
4db0746
faking a require in pug for now, until we can refactor enough to run webpack over our pug files
by jaredwy
· 7 years ago
8be70d1
Adding a make entry for a dev mode. Cleaning up some unused variables, moving some vars to be vars so i can move paths easier
by jaredwy
· 7 years ago
70556a6
first pass at using webpack/yarn rather than bower and require.js
by jaredwy
· 7 years ago
6ea55d1
Revert inline script removal as requested
by RabsRincon
· 7 years ago
8b71a65
Fix CSP implementation
by RabsRincon
· 7 years ago
ef7db1a
Implement CSP
by RabsRincon
· 7 years ago
b775d37
Remove Fira Mono temporally
by RabsRincon
· 7 years ago
c657df1
Remove language from the page title
by RabsRincon
· 7 years ago
fbbb4c9
Fix Editor losing code on language switch
by RabsRincon
· 7 years ago
e94ce86
Add a description for Swift
by Rubén
· 8 years ago
2459dd2
Mention Haskell/ispc on descriptions
by Rubén
· 8 years ago
8dbd5dc
Add Haskell support
by Simon Brand
· 8 years ago
46a31ec
Better descriptions that fit the maximum lengths of most popular search engines (120)
by Rubén
· 8 years ago
fc11f76
Seo! We have a definition now so we don't show stuipd stuff when people search for the compiler explorer
by Rubén Rincón
· 8 years ago
a922157
New approach for getting styles; gives feedback on when style is loaded so that it can be used in onThemeChange to re-measure sizes of components etc
by Matt Godbolt
· 8 years ago
53df78a
Pull in fonts via the header
by Matt Godbolt
· 8 years ago
ef975bd
Move to using pug templates to assemble both main view and embedded view. Means a reduction in code duplication between embedded and non-embedded; and saves a round-trip getting the options.
by Matt Godbolt
· 8 years ago