Skip to content

Commit

Permalink
Add some meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpoe committed Apr 1, 2017
1 parent d882033 commit 4d5a7fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const renderFullPage = (html, pageTitle, preloadedState) => {
<title>${pageTitle} | AOE Technology Radar</title>
<link rel="stylesheet" href="/styles.css"/>
<link rel="stylesheet" href="https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?c2sn1i">
<meta property="og:title" content="${pageTitle} | AOE Technology Radar" />
<meta property="og:image" content="/assets/logo.svg" />
</head>
<body>
<div id="root">${html}</div>
Expand Down

0 comments on commit 4d5a7fe

Please sign in to comment.