Added a generator meta tag. closes #465

This commit is contained in:
Brandon Mathis 2012-05-21 23:56:45 -05:00
parent b07e533d4a
commit 29a05c931f

View File

@ -6,6 +6,7 @@
<meta charset="utf-8">
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
<meta name="author" content="{{ site.author }}">
<meta name="Generator" content="Jekyll & Octopress (http://octopress.org)">
{% capture description %}{% if page.description %}{{ page.description }}{% elsif site.description %}{{ site.description }}{% endif %}{% endcapture %}{% if description.length %}
<meta name="description" content="{{ description }}">{% endif %}