tags for keywords

This commit is contained in:
Danny Berger
2013-03-23 14:51:01 -06:00
parent f11d01a113
commit 1239ac2bab

View File

@@ -20,6 +20,10 @@
<meta property="og:description" content="{{ page.description }}" />
{% endif %}
{% if page.tags %}
<meta name="keywords" content="{{ page.tags|join(' ') }}" />
{% endif %}
<link href="http://dpb587.me{% if page.url != '/index.html' %}{{ page.url }}{% endif %}" rel="canonical" />
<meta property="og:title" content="{% if page.title == 'Home' %}Danny Berger{% else %}{{ page.title }}{% endif %}" />
<meta property="og:url" content="http://dpb587.me{% if page.url != '/index.html' %}{{ page.url }}{% endif %}?utm_campaign=ref&amp;utm_medium=def&amp;utm_source=opengraph" />