diff --git a/gatsby-config.js b/gatsby-config.js index 12d6810d6..461946a7d 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,7 +4,7 @@ module.exports = { }, siteMetadata: { siteUrl: 'https://www.yourdomain.tld', - title: 'Synthetix SIPs & SCCPs', + title: 'Synthetix SIPs, STPs & SCCPs', }, plugins: [ 'gatsby-plugin-typescript', diff --git a/src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx b/src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx index d4e8e22a6..aaee25ffb 100644 --- a/src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx +++ b/src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx @@ -19,7 +19,7 @@ const Template: React.FC = ({ data }) => { const githubLink = getGithubLink(fileAbsolutePath) return (
- +

STP-{frontmatter.stp}: {frontmatter.title}