export default { blog: { returnLinkText: "All Posts", nameIndex: "Blog", nameSingle: "Blog Post", namePlural: "Blog Posts", metatags: { index: { title: "Blog", description: "The latest news and articles.", }, }, notFound: { title: "No Posts", subTitle: "Couldn't find any blog posts.", }, on: "on", writtenBy: "Written by", }, }