Add reading time to post header, remove purgecss because it was breaking CSS used by injected HTML.
This commit is contained in:
parent
6a6c9043d4
commit
a301a5cc5e
6 changed files with 1621 additions and 18 deletions
|
|
@ -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"
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue