mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-21 12:49:07 +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: {
|
attrs: {
|
||||||
title: 'Chrome extension',
|
title: 'Chrome extension',
|
||||||
href: 'https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj',
|
href: 'https://chrome.google.com/webstore/detail/loli-safe-uploader/enkkmplljfjppcdaancckgilmgoiofnj',
|
||||||
target: '_blank'
|
target: '_blank',
|
||||||
|
rel: 'noopener'
|
||||||
},
|
},
|
||||||
icon: 'icon-chrome icon-2x'
|
icon: 'icon-chrome icon-2x'
|
||||||
},
|
},
|
||||||
@ -53,7 +54,8 @@
|
|||||||
attrs: {
|
attrs: {
|
||||||
title: 'Firefox extension',
|
title: 'Firefox extension',
|
||||||
href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases',
|
href: 'https://github.com/BobbyWibowo/loli-safe-extension/releases',
|
||||||
target: '_blank'
|
target: '_blank',
|
||||||
|
rel: 'noopener'
|
||||||
},
|
},
|
||||||
icon: 'icon-firefox icon-2x'
|
icon: 'icon-firefox icon-2x'
|
||||||
},
|
},
|
||||||
@ -61,7 +63,8 @@
|
|||||||
attrs: {
|
attrs: {
|
||||||
title: 'Bash uploader',
|
title: 'Bash uploader',
|
||||||
href: 'https://github.com/BobbyWibowo/uguush/tree/lolisafe-kde',
|
href: 'https://github.com/BobbyWibowo/uguush/tree/lolisafe-kde',
|
||||||
target: '_blank'
|
target: '_blank',
|
||||||
|
rel: 'noopener'
|
||||||
},
|
},
|
||||||
icon: 'icon-terminal icon-2x'
|
icon: 'icon-terminal icon-2x'
|
||||||
},
|
},
|
||||||
@ -83,7 +86,8 @@
|
|||||||
attrs: {
|
attrs: {
|
||||||
title: 'View on GitHub',
|
title: 'View on GitHub',
|
||||||
href: 'https://github.com/BobbyWibowo/lolisafe',
|
href: 'https://github.com/BobbyWibowo/lolisafe',
|
||||||
target: '_blank'
|
target: '_blank',
|
||||||
|
rel: 'noopener'
|
||||||
},
|
},
|
||||||
icon: 'icon-github-circled icon-2x'
|
icon: 'icon-github-circled icon-2x'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user