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