ref: 828401cbe6b3f86e1f86a97ad7298e8e72209c48
dir: /examples/blog/layouts/chrome/header.html/
<!doctype html> <html lang="en"> <head> {{ template "chrome/meta.html" . }} <title>{{ .Title }} - {{ .Site.BaseUrl }}</title> <link rel="canonical" href="{{ .Permalink }}"> {{ template "chrome/header.includes.html" . }} {{ if .RSSlink }}<link href="{{ .RSSlink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }} </head>