Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « chrome « layouts « blog « examples - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a2c3f69c4bdb44365ce6dea74371f042ad6be9a (plain)
1
2
3
4
5
6
7
8
9
10
<!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>