diff --git a/.cache/mastodon.json b/.cache/mastodon.json index aa1ec6a..e461037 100644 --- a/.cache/mastodon.json +++ b/.cache/mastodon.json @@ -1,5 +1,5 @@ { - "lastFetched": "2026-07-05T15:35:13.105Z", + "lastFetched": "2026-07-05T16:45:30.248Z", "posts": [ { "date": "2026-07-03T01:51:37.604Z", diff --git a/site/_data/i18n.cjs b/site/_data/i18n.cjs index 357d5ca..c02f89a 100644 --- a/site/_data/i18n.cjs +++ b/site/_data/i18n.cjs @@ -98,7 +98,9 @@ module.exports = { changes: "changes", readingTime: "Reading time", mastodonPageDescription: "This is an archive of all my Mastodon posts.", - addMe: "Add me" + addMe: "Add me", + socialContentNotRated: "Social content is not rated and may mention topics not appropriate for all ages.", + clickHereToContinue: "Click here to continue" }, pt: { language: "português", @@ -172,6 +174,8 @@ module.exports = { changes: "mudanças", readingTime: "Tempo de leitura", mastodonPageDescription: "Essa página lista todas as minhas postagens do Mastodon.", - addMe: "Me adicionar" + addMe: "Me adicionar", + socialContentNotRated: "Conteúdo das redes sociais não é monitorado e pode conter tópicos não apropriados para todas as idades.", + clickHereToContinue: "Clique aqui para continuar" } }; \ No newline at end of file diff --git a/site/_includes/header.njk b/site/_includes/header.njk index 4065629..c33b34b 100644 --- a/site/_includes/header.njk +++ b/site/_includes/header.njk @@ -21,10 +21,10 @@