Skip to content

Commit 6367a7c

Browse files
author
Pablo Barrenechea
committed
Added banner script to layout
1 parent ed99b29 commit 6367a7c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

views/website/layout.pug

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ html(lang='en')
2727
meta(property='og:image:type', content='image/png')
2828
meta(property='og:image:width', content='1200')
2929
meta(property='og:image:height', content='630')
30-
30+
31+
// GDPR cookie banner
32+
script(src="https://cdn.cookielaw.org/consent/c1198aef-6105-4bf5-9af7-ab5b543482e0.js")
33+
script(type="text/javascript").
34+
function OptanonWrapper() { }
35+
3136
include ../stylesheets.pug
3237

3338
link(rel='search', type='application/opensearchdescription+xml', title='JWT.io', href='/opensearch.xml')

0 commit comments

Comments
 (0)