ref: 8a5124d6b38156cb6f765ac7492513ac7c0d90b2
dir: /examples/blog/layouts/partials/header.html/
<!doctype html> <html lang="en"> <head> {{ partial "meta.html" . }} <title>{{ .Title }} - {{ .Site.BaseURL }}</title> <link rel="canonical" href="{{ .Permalink }}"> {{ partial "header.includes.html" . }} {{ with .OutputFormats.Get "RSS" -}} {{ printf "<link href=%q rel=\"alternate\" type=%q title=%q />" .Permalink .MediaType $.Site.Title | safeHTML }} {{- end }} </head>