shithub: hugo

ref: 4483a6655a50d5314b46328bf3afdf0649323bd4
dir: /examples/blog/layouts/chrome/header.html/

View raw version
<!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>