mirror of https://github.com/luizdepra/hugo-coder.git

Joseph Ting
31.05.2018 5f052f9301f26030364ed9215589b555e56b07c3
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 }}">