mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-20 12:19:03 +00:00
Updated _globals.njk
I forgot to add 'rel="noopener"' here.
This commit is contained in:
parent
89b42cf652
commit
ed7c53b869
@ -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'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user