ref: 5c5231e09e20953dc262df7d3b351a35f1c4b058
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 .Title | safeHTML }} {{- end }} </head>