Update story page title format

This commit is contained in:
Sam Carlton 2021-03-13 21:18:38 -06:00
parent 492651ed18
commit 0f188701bc

View file

@ -15,7 +15,7 @@ import { makeLastUpdatedFriendly } from '../helpers/parse-date'
dotenv.config()
export const makeTitle = function ( app ) {
return `Does ${app.name} work on Apple Silicon? - ${ config.head.title }`
return `${app.name} on Apple Silicon and Apple M1 - ${ config.head.title }`
}
export const makeDescription = function ( app ) {