ref: e127a5cb7d91aabc3df36e70123967a35df7aabf
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>