Skip to content

Commit ad9ccd0

Browse files
author
exoego
committed
Add subtitle so user/crawler know the group the page belongs to.
1 parent 404fe0f commit ad9ccd0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

_includes/headertop.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ site.title }}</title>
4+
<title>
5+
{% if page.title %}{{ page.title }} | {% endif %}
6+
{% if page.overview-name %}{{ page.overview-name }} | {% endif %}
7+
{{ site.title }}
8+
</title>
59
{% if page.description %}
610
<meta name="description" content="{{ page.description }}" />
711
{% endif %}

0 commit comments

Comments
 (0)