We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c8628 commit 9e478dfCopy full SHA for 9e478df
docs/layouts/_default/baseof.html
@@ -21,7 +21,11 @@
21
22
<head>
23
{{ hugo.Generator }}
24
- {{ if not .Params.redocPage }}
+ {{ if .Params.redocPage }}
25
+ <meta charset="UTF-8">
26
+ <title>{{ partial "docs/title" . }} | {{ .Site.Title -}}</title>
27
+ <link rel="icon" href="{{ "favicon.png" | relURL }}" type="image/x-icon">
28
+ {{else}}
29
{{ partial "docs/html-head" . }}
30
{{end}}
31
{{ partial "docs/inject/head" . }}
0 commit comments