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 404fe0f commit ad9ccd0Copy full SHA for ad9ccd0
_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