diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-05-08 13:34:13 +0300 |
commit | be653ac4175cc3a67507d313fbd600e69709a5ca (patch) | |
tree | 9c3fdd4714aba5de5102fe55591d9786d59d0cc3 /pug/widgets | |
parent | Merge branch 'master' of https://github.com/libredirect/libredirect (diff) | |
download | libredirect-be653ac4175cc3a67507d313fbd600e69709a5ca.zip |
Removed Soju #240. Updated README #252
Diffstat (limited to 'pug/widgets')
-rw-r--r-- | pug/widgets/links.pug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pug/widgets/links.pug b/pug/widgets/links.pug index 89eab335..8daf48ba 100644 --- a/pug/widgets/links.pug +++ b/pug/widgets/links.pug @@ -37,10 +37,6 @@ mixin links(service) a(href="../imgur/imgur.html" data-localise="__MSG_imgur__" class=service == "imgur" ? "selected" : "") Imgur .title - img(src="../../../assets/images/spotify-icon.png") - a(href="../spotify/spotify.html" data-localise="__MSG_spotify__" class=service == "spotify" ? "selected" : "") Spotify - - .title img(src="../../../assets/images/wikipedia-icon.svg") a(href="../wikipedia/wikipedia.html" data-localise="__MSG_wikipedia__" class=service == "wikipedia" ? "selected" : "") Wikipedia |