Skip to content

Commit

Permalink
Include STPs in title (#1614)
Browse files Browse the repository at this point in the history
* Include STPs in title

* Update stp-{MarkdownRemark.frontmatter__stp}.tsx
  • Loading branch information
carrotanderson authored Jun 30, 2023
1 parent 4bb5c00 commit ab6afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/stps/stp-{MarkdownRemark.frontmatter__stp}.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const Template: React.FC<Props> = ({ data }) => {
const githubLink = getGithubLink(fileAbsolutePath)
return (
<Main>
<Helmet title={`SIP-${frontmatter.stp}: ${frontmatter.title}`} />
<Helmet title={`STP-${frontmatter.stp}: ${frontmatter.title}`} />
<h1 className="page-heading">
<a href={githubLink} className="inline-block">
STP-{frontmatter.stp}: {frontmatter.title} <SourceIcon />
Expand Down

1 comment on commit ab6afa9

@vercel
Copy link

@vercel vercel bot commented on ab6afa9 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.