diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-15 17:27:31 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-15 17:27:31 +0300 |
commit | 182fe4e3048d2233e636571afa700b38b2f98635 (patch) | |
tree | 4cd78c809c8a244323e7828e6978065aa0ffeef4 /pug/options/spotify/spotify.pug | |
parent | Fixed wikipedia mobile not redirecting #196. Improved Instances Fetching Script (diff) | |
download | libredirect-182fe4e3048d2233e636571afa700b38b2f98635.zip |
Finished Pug structure
Diffstat (limited to 'pug/options/spotify/spotify.pug')
-rw-r--r-- | pug/options/spotify/spotify.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pug/options/spotify/spotify.pug b/pug/options/spotify/spotify.pug index 21fc3968..6bbf9d8d 100644 --- a/pug/options/spotify/spotify.pug +++ b/pug/options/spotify/spotify.pug @@ -2,6 +2,7 @@ doctype html html(lang="en") include ../../widgets/head.pug title General +script(type="module" src="../../../assets/javascripts/localise.js") body.option(dir="auto") include ../../widgets/links.pug +links('spotify') @@ -28,4 +29,3 @@ body.option(dir="auto") script(type="module" src="../init.js") script(type="module" src="./spotify.js") - script(type="module" src="../../../assets/javascripts/localise.js") \ No newline at end of file |