summaryrefslogtreecommitdiff
path: root/_site_build/_includes/head.html
diff options
context:
space:
mode:
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>