Add description meta set in config, for teh google ❤️

This commit is contained in:
Joel Glovier 2014-02-15 22:56:04 -05:00
parent 7b0bf0d85c
commit b9875b7bc8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="{{ site.description }}" />
<!-- syntax highlighting CSS -->
<link rel="stylesheet" href="/css/syntax.css">