summaryrefslogtreecommitdiff
path: root/_site_build/_includes/head.html
diff options
context:
space:
mode:
authordavidtsadler <davidtsadler@googlemail.com>2012-01-07 14:28:55 +0000
committerdavidtsadler <davidtsadler@googlemail.com>2012-01-07 14:28:55 +0000
commit39e6453d1201a9d04a7b8216e118a46b55c4ed0a (patch)
tree3916a97dd04b70b47e42f82ee5b0af25eae108d0 /_site_build/_includes/head.html
parentef4335d1e6df8be499d7d921b48d90b584fc8cf3 (diff)
Add various meta tags.
Diffstat (limited to '_site_build/_includes/head.html')
-rw-r--r--_site_build/_includes/head.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/_site_build/_includes/head.html b/_site_build/_includes/head.html
index b573f7c..33ea474 100644
--- a/_site_build/_includes/head.html
+++ b/_site_build/_includes/head.html
@@ -1,8 +1,11 @@
<meta charset="utf-8">
<title>{{ page.title }} - {{ site.title }}</title>
-<meta name="description" content="{{ site.description }}">
+<meta name="author" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}">
+<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
+<meta name="copyright" content="Copyright &copy; {{ site.copyright_year }} by {% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}. All Rights Reserved.">
{% if page.robots %}<meta name="robots" content="{{ page.robots }}">{% endif %}
<meta name="viewport" content="width=device-width,initial-scale=1">
+<link rel="canonical" href="{{ site.url}}{{ page.url | chomp_url }}">
<link rel="stylesheet" href="/css/style.css?v=1">
<link rel="alternate" type="application/rss+xml" href="/rss/" title="{{ site.title }}">
<script src="/js/modernizr-2.0.6.min.js"></script>