ref: 5c9d5413a4e2cc8d44a8b2d7dff04e6523ba2a29
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" . }} {{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }} </head>