docs-v2/layouts/partials/header.html

30 lines
1.3 KiB
HTML

{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }}
{{ $product := index $productPathData 0 }}
{{ $version := index $productPathData 1 }}
<!doctype html>
<html lang="en">
<head>
{{ if not hugo.IsServer }}{{ partial "header/google-analytics-head.html" }}{{ end }}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
{{ partial "header/title" . }}
<meta name="description" content="{{ if .Description }}{{ .Description | markdownify | plainify }}{{else}}{{ .Summary | markdownify | plainify }}{{ end }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="shortcut icon" href="/img/favicon.png" type="image/png" sizes="32x32">
{{ partial "header/canonical.html" . }}
{{ partial "header/stylesheets.html" }}
{{ partial "header/google-fonts.html" }}
{{ partial "header/javascript.html" }}
{{ partial "header/search-attributes.html" . }}
{{ partial "header/coveo-meta-data.html" . }}
{{ if not hugo.IsServer }}{{ partial "header/marketing.html" }}{{ end }}
<meta name="Copyright" content="InfluxData Inc." />
</head>
<body class='{{if ne $product nil}}{{ $product }}{{ else }}home{{ end }}{{ if in $version "v1" }} v1{{ end }}'>
{{ if not hugo.IsServer }}{{ partial "header/google-analytics-body.html" }}{{ end }}