diff --git a/_data/i18n.js b/_data/i18n.js
index 488ba9d..5817be8 100644
--- a/_data/i18n.js
+++ b/_data/i18n.js
@@ -85,7 +85,8 @@ module.exports = {
webringDescription: "What are webrings?",
breakcoreWebring: "This site is a member of the breakcore webring.",
previousSite: "previous site",
- nextSite: "next site"
+ nextSite: "next site",
+ random: "random"
},
pt: {
language: "português",
@@ -146,6 +147,7 @@ module.exports = {
webringDescription: "O que são webrings?",
breakcoreWebring: "Esse website faz parte do webring breakcore.",
previousSite: "site anterior",
- nextSite: "próximo site"
+ nextSite: "próximo site",
+ random: "aleatório"
}
};
\ No newline at end of file
diff --git a/index.njk b/index.njk
index 5076731..1c84a75 100644
--- a/index.njk
+++ b/index.njk
@@ -171,9 +171,9 @@ layout: base.njk

