about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2014-08-08 13:13:43 +0100
committerAlan Pearce2014-08-08 13:13:43 +0100
commitb8ed0249925e968a005bee3186f9aa30ae5fd12f (patch)
tree158772a12545990b5394b467cd73c72765507f0f /layouts
parent8760b88691e626319bdc9af1d5f50803d1ff873c (diff)
downloadhyde-b8ed0249925e968a005bee3186f9aa30ae5fd12f.tar.lz
hyde-b8ed0249925e968a005bee3186f9aa30ae5fd12f.tar.zst
hyde-b8ed0249925e968a005bee3186f9aa30ae5fd12f.zip
Use automatic baseurl instead of site param
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 2e3d3a4..8915f55 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,5 +8,5 @@
 		<link rel="stylesheet" href="/css/hyde.css">
 		<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
 		<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}">
-		<link href="{{ .Site.Params.fullurl }}{{ .Permalink }}" rel="canonical">
+		<link href="{{ .Permalink }}" rel="canonical">
 	</head>