Add blog posts to home screen, make template for webrings, add footer, remove unused stuff
This commit is contained in:
parent
6ce63b3e74
commit
d3d284c9ce
92 changed files with 172 additions and 361 deletions
|
|
@ -87,7 +87,12 @@ module.exports = {
|
|||
wrongosWebring: "This site is a member of the Wrongos webring.",
|
||||
previousSite: "previous site",
|
||||
nextSite: "next site",
|
||||
random: "random"
|
||||
random: "random",
|
||||
showMore: "Show more",
|
||||
previous: "previous",
|
||||
next: "next",
|
||||
about: "about",
|
||||
thisWebsiteDoesNotTrackYou: "This website does not track you."
|
||||
},
|
||||
pt: {
|
||||
language: "português",
|
||||
|
|
@ -150,6 +155,11 @@ module.exports = {
|
|||
wrongosWebring: "Esse website faz parte do webring Wrongos.",
|
||||
previousSite: "site anterior",
|
||||
nextSite: "próximo site",
|
||||
random: "aleatório"
|
||||
random: "aleatório",
|
||||
showMore: "Ver mais",
|
||||
previous: "anterior",
|
||||
next: "próximo",
|
||||
about: "sobre",
|
||||
thisWebsiteDoesNotTrackYou: "Esse website não rastreia você."
|
||||
}
|
||||
};
|
||||
Loading…
Reference in a new issue