We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76334d9 commit 8e2c16cCopy full SHA for 8e2c16c
docs_theme/base.html
@@ -4,7 +4,7 @@
4
<head>
5
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
<meta charset="utf-8">
7
- <title>{{ page_title }}</title>
+ <title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
8
<link href="{{ base_url }}/img/favicon.ico" rel="icon" type="image/x-icon">
9
<link rel="canonical" href="{{ canonical_url }}" />
10
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments