github.com/shohhei1126/hugo@v0.42.2-0.20180623210752-3d5928889ad7/examples/blog/layouts/partials/header.html (about)

     1  <!doctype html>
     2  <html lang="en">
     3  <head>
     4      {{ partial "meta.html" . }}
     5  
     6      <title>{{ .Title }} - {{ .Site.BaseURL }}</title>
     7      <link rel="canonical" href="{{ .Permalink }}">
     8      {{ partial "header.includes.html" . }}
     9      {{ if .RSSLink }}<link href="{{ .RSSLink }}" rel="alternate" type="application/rss+xml" title="{{ .Site.Title }}" />{{ end }}
    10  </head>