Update tmpl.html with OpenGraph data for better sharing. (#1651)

This commit is contained in:
Nexus Web Development 2017-10-28 09:13:01 -04:00 committed by Avelino
parent fec02e4ef6
commit f853a684b8
1 changed files with 7 additions and 0 deletions

7
tmpl/tmpl.html vendored
View File

@ -8,6 +8,13 @@
<title>Awesome Go</title>
<meta name="description" content="A curated list of awesome Go frameworks, libraries and software">
<meta name="keywords" content="golang, go, awesome, awesome-go, go framework, golang framework">
<meta name="twitter:card" value="summary">
<meta property="og:title" content="Awesome Go" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://awesome-go.com/" />
<meta property="og:image" content="https://awesome-go.com/assets/logo.png" />
<meta property="og:description" content="A curated list of awesome #Golang frameworks, libraries and software" />
<link rel="stylesheet" type="text/css" href="/assets/fonts/firasans.css">
<link rel="stylesheet" type="text/css" href="/assets/normalize.css">
<link rel="stylesheet" type="text/css" href="/assets/awesome-go.css">