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.
2 parents 5ba8f46 + ad9ccd0 commit ae41f10Copy full SHA for ae41f10
_includes/headertop.html
@@ -1,7 +1,11 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
+ <title>
5
+ {% if page.title %}{{ page.title }} | {% endif %}
6
+ {% if page.overview-name %}{{ page.overview-name }} | {% endif %}
7
+ {{ site.title }}
8
+ </title>
9
{% if page.description %}
10
<meta name="description" content="{{ page.description }}" />
11
{% endif %}
0 commit comments