Reorganize assets
This commit is contained in:
parent
d5e15d31b5
commit
069356937b
11 changed files with 17 additions and 17 deletions
|
|
@ -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')
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue