Updated _globals.njk

I forgot to add 'rel="noopener"' here.
This commit is contained in:
Bobby Wibowo 2018-04-25 21:24:31 +07:00
parent 89b42cf652
commit ed7c53b869
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -45,7 +45,8 @@
attrs: {
title: 'Chrome extension',
href: 'https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj',
target: '_blank'
target: '_blank',
rel: 'noopener'
},
icon: 'icon-chrome icon-2x'
},
@ -53,7 +54,8 @@
attrs: {
title: 'Firefox extension',
href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases',
target: '_blank'
target: '_blank',
rel: 'noopener'
},
icon: 'icon-firefox icon-2x'
},
@ -61,7 +63,8 @@
attrs: {
title: 'Bash uploader',
href: 'https://github.com/BobbyWibowo/uguush/tree/lolisafe-kde',
target: '_blank'
target: '_blank',
rel: 'noopener'
},
icon: 'icon-terminal icon-2x'
},
@ -83,7 +86,8 @@
attrs: {
title: 'View on GitHub',
href: 'https://github.com/BobbyWibowo/lolisafe',
target: '_blank'
target: '_blank',
rel: 'noopener'
},
icon: 'icon-github-circled icon-2x'
}