Change social page to show post media, change home squares border opacity and change social page styling.

This commit is contained in:
天クマ 2026-07-04 20:56:51 -03:00
commit cd0e5d2945
5 changed files with 84 additions and 11 deletions

View file

@ -96,7 +96,8 @@ module.exports = {
mrnandoChannel: "Mr. Nando's channel",
liked: "liked",
changes: "changes",
readingTime: "Reading time"
readingTime: "Reading time",
mastodonPageDescription: "This is an archive of all my Mastodon posts."
},
pt: {
language: "português",
@ -168,6 +169,7 @@ module.exports = {
mrnandoChannel: "Canal do Mr. Nando",
liked: "curtiu",
changes: "mudanças",
readingTime: "Tempo de leitura"
readingTime: "Tempo de leitura",
mastodonPageDescription: "Essa página lista todas as minhas postagens do Mastodon."
}
};