aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Wang2020-07-21 12:44:00 -0700
committerNathan Wang2020-07-21 12:44:00 -0700
commit94b2b5bfae6e9da243d113a39a2ea7358d932e00 (patch)
tree5e2d1e821213a4912853adf447d5d2bd880518d7
parent9a41475dd06ad11d4f779bf33cf40ad3350ea712 (diff)
updates
-rw-r--r--content/authors/authors.ts2
-rw-r--r--gatsby-config.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/content/authors/authors.ts b/content/authors/authors.ts
index dc3176f..3db10c9 100644
--- a/content/authors/authors.ts
+++ b/content/authors/authors.ts
@@ -16,7 +16,7 @@ export const Authors: Author[] = [
photo: 'nathanw',
name: 'Nathan Wang',
title: 'Coordinator & Webmaster',
- blurb: 'Nathan Wang is a two-time USACO Finalist and does web development in his free time.',
+ blurb: 'Nathan Wang is a two-time USACO Finalist and web development enthusiast.',
website: "https://thecodingwizard.me/",
codeforces: 'thecodingwizard',
email: "nathan.r.wang@gmail.com",
diff --git a/gatsby-config.ts b/gatsby-config.ts
index 65fc567..da0dcff 100644
--- a/gatsby-config.ts
+++ b/gatsby-config.ts
@@ -1,6 +1,6 @@
export const siteMetadata = {
title: `USACO Guide`,
- description: `A collection of curated, high-quality resources to take you from Bronze to Platinum.`,
+ description: `A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.`,
author: `@usacoteam`,
};
export const plugins = [