Skip to content

Commit

Permalink
update twitter:card meta tag to have "summary" as the content
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddai committed Oct 28, 2022
1 parent 7d6a3da commit ac7b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module.exports = async(name, title = '', props = {})=>{
<meta property="og:description" content="${props.brew?.description || 'No description.'}">
<meta property="og:site_name" content="The Homebrewery - Make your Homebrew content look legit!">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:card" content="summary">
<title>${title.length ? `${title} - The Homebrewery`: 'The Homebrewery - NaturalCrit'}</title>
</head>
<body>
Expand Down

0 comments on commit ac7b2bc

Please sign in to comment.