From 5ee632113765624a424b42da1ef1bedecccb6f75 Mon Sep 17 00:00:00 2001 From: carrotanderson <134579337+carrotanderson@users.noreply.github.com> Date: Thu, 29 Jun 2023 09:51:31 +1000 Subject: [PATCH 1/2] Include STPs in title --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From cc9e2846f20dce8c1befed0edf1f68978d3f6eef Mon Sep 17 00:00:00 2001 From: carrotanderson <134579337+carrotanderson@users.noreply.github.com> Date: Thu, 29 Jun 2023 09:52:04 +1000 Subject: [PATCH 2/2] Update stp-{MarkdownRemark.frontmatter__stp}.tsx --- src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}