1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #185 from github/webmaster-tools-meta-tag

Add meta tag for google webmaster tools
This commit is contained in:
Phil Haack 2014-01-26 21:27:00 -08:00
commit 2d9dc6458d

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="google-site-verification" content="dtrPO0r_cFAQt3heidSusLdU0g3AtzvH4DFBSkJfeos">
<title>{% if page.title %}{{ page.title | markdownify | strip_html | strip_newlines }} - {% endif %}{{ site.title}}</title>
{% if page.description %}<meta name="description" content="{{ page.description | strip_html | strip_newlines }}">{% endif %}
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Chivo:900">