We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878d2de commit c735cddCopy full SHA for c735cdd
1 file changed
docs/_layouts/default.html
@@ -3,7 +3,7 @@
3
<!DOCTYPE html>
4
<html class="height-full">
5
<head>
6
- {% if page.title %}<title>{{ page.title }} - {{ site.title }}</title>{% else %}<title>{{ site.title }}</title>{% endif %}
+ <title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
7
<meta charset="utf-8">
8
<link rel="stylesheet" href="{{ site.baseurl }}/primer.css">
9
<link rel="stylesheet" href="{{ site.baseurl }}/github-syntax.css">
0 commit comments