We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552b4f2 commit 4edc8f6Copy full SHA for 4edc8f6
1 file changed
docs/theme/deis/layout.html
@@ -20,7 +20,7 @@
20
<head>
21
<meta charset="utf-8">
22
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
23
- <title>{{ meta['title'] if meta and meta['title'] else title }} - Deis Documentation</title>
+ <title>{{ meta['title'] if meta and meta['title'] else title }} | Deis Documentation</title>
24
<meta name="description" content="{{ meta['description'] if meta }}">
25
<meta name="keywords" content="{{ meta['keywords'] if meta }}" />
26
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments