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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/layouts/chrome/header.html')
-rw-r--r--examples/blog/layouts/chrome/header.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/blog/layouts/chrome/header.html b/examples/blog/layouts/chrome/header.html
new file mode 100644
index 000000000..4a2c3f69c
--- /dev/null
+++ b/examples/blog/layouts/chrome/header.html
@@ -0,0 +1,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> \ No newline at end of file