Add reading time to post header, remove purgecss because it was breaking CSS used by injected HTML.

This commit is contained in:
天クマ 2026-07-04 16:23:14 -03:00
commit a301a5cc5e
6 changed files with 1621 additions and 18 deletions

View file

@ -95,7 +95,8 @@ module.exports = {
thisWebsiteDoesNotTrackYou: "This website does not track you.",
mrnandoChannel: "Mr. Nando's channel",
liked: "liked",
changes: "changes"
changes: "changes",
readingTime: "Reading time"
},
pt: {
language: "português",
@ -166,6 +167,7 @@ module.exports = {
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você.",
mrnandoChannel: "Canal do Mr. Nando",
liked: "curtiu",
changes: "mudanças"
changes: "mudanças",
readingTime: "Tempo de leitura"
}
};