fix twitter meta tags
This commit is contained in:
@@ -5,10 +5,13 @@
|
||||
<title>7am - Daily weather summary</title>
|
||||
|
||||
<meta name="description" content="Daily weather summary delivered to you at 7am.">
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:title" content="7am Weather">
|
||||
<meta property="og:description" content="Daily weather summary delivered to you at 7am.">
|
||||
<meta property="og:image" content="/hero.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="7am Weather">
|
||||
<meta name="twitter:description" content="Daily weather summary delivered to you at 7am.">
|
||||
<meta name="twitter:image" content="/hero.png">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
@@ -5,10 +5,13 @@
|
||||
<title>7am - Instructions for iOS</title>
|
||||
|
||||
<meta name="description" content="7am instructions for iOS users">
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:title" content="7am Weather">
|
||||
<meta property="og:description" content="7am instructions for iOS users">
|
||||
<meta property="og:image" content="/hero.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="7am Weather">
|
||||
<meta name="twitter:description" content="7am instructions for iOS users">
|
||||
<meta name="twitter:image" content="/hero.png">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
@@ -5,10 +5,13 @@
|
||||
<title>7am weather for {{.LocationName}}</title>
|
||||
|
||||
<meta name="description" content="Weather summary for {{.LocationName}}">
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta property="og:title" content="7am Weather">
|
||||
<meta property="og:description" content="Weather summary for {{.LocationName}}">
|
||||
<meta property="og:image" content="/hero.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="7am Weather">
|
||||
<meta name="twitter:description" content="Weather summary for {{.LocationName}}">
|
||||
<meta name="twitter:image" content="/hero.png">
|
||||
|
||||
<link rel="icon" type="image/png" href="/favicon.png">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
|
Reference in New Issue
Block a user