ref: 455df1075205d5fcda184410575e535e605c8f20
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>