Add missing metadata
This commit is contained in:
@@ -34,9 +34,12 @@ const renderFullPage = (html, pageTitle, preloadedState) => {
|
|||||||
return `
|
return `
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
<title>${pageTitle} | AOE Technology Radar</title>
|
<title>${pageTitle} | AOE Technology Radar</title>
|
||||||
<link rel="stylesheet" href="/styles.css"/>
|
<link rel="stylesheet" href="/styles.css"/>
|
||||||
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?c2sn1i">
|
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?c2sn1i">
|
||||||
|
<meta name="format-detection" content="telephone=no">
|
||||||
|
<meta name="viewport" content="width=device-width, maximum-scale=1.0, initial-scale=1.0, user-scalable=0">
|
||||||
<meta property="og:title" content="${pageTitle} | AOE Technology Radar" />
|
<meta property="og:title" content="${pageTitle} | AOE Technology Radar" />
|
||||||
<meta property="og:image" content="/assets/logo.svg" />
|
<meta property="og:image" content="/assets/logo.svg" />
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user