Reorganize assets

This commit is contained in:
jultty 2024-05-20 12:31:08 -03:00
commit 069356937b
11 changed files with 17 additions and 17 deletions

View file

@ -31,10 +31,10 @@ function localize_menu() {
if (lang == 'pt') {
home.innerText='Início'
rss.setAttribute('href', 'pt.rss')
rss.setAttribute('href', 'assets/rss/pt.rss')
} else {
home.innerText='Home'
rss.setAttribute('href', 'en.rss')
rss.setAttribute('href', 'assets/rss/en.rss')
}
}