0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 23:52:40 +00:00

Merge branch 'master' into Open-Graph-Meta-Changes

This commit is contained in:
Gazook89
2022-11-03 22:05:13 -05:00
17 changed files with 3415 additions and 735 deletions

View File

@@ -52,7 +52,7 @@ const template = async function(name, title='', props = {}){
<link href=${`/${name}/bundle.css`} rel='stylesheet' />
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon" />
${ogMetaTags}
<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>