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/partials/header.html')
-rw-r--r--examples/blog/layouts/partials/header.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/blog/layouts/partials/header.html b/examples/blog/layouts/partials/header.html
deleted file mode 100644
index 94de4c123..000000000
--- a/examples/blog/layouts/partials/header.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!doctype html>
-<html lang="en">
-
-<head>
- {{ partial "meta.html" . }}
-
- <title>{{ .Title }} - {{ .Site.BaseURL }}</title>
- <link rel="canonical" href="{{ .Permalink }}">
- {{ partial "header.includes.html" . }}
- {{ with .OutputFormats.Get "RSS" -}}
- {{ printf "<link href=%q rel=\"alternate\" type=%q title=%q />" .Permalink .MediaType $.Site.Title | safeHTML }}
- {{- end }}
-</head> \ No newline at end of file