layouts/_default/baseof.html
@@ -9,7 +9,7 @@ {{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }} {{ with .Site.Params.keywords }}<meta name="keywords" content="{{ . }}">{{ end }} <base href="{{ .Site.BaseURL }}"> <base href="{{ .Permalink }}"> <title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title> <link rel="canonical" href="{{ .Permalink }}">