about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/head.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 4bc82ce..84673ed 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -10,4 +10,5 @@
 		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 		<!-- RSS -->
 		<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />
+		<link href="{{ .Site.Params.fullurl }}{{ .Permalink }}" rel="canonical">
 	</head>