10000
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 92af83d commit b074508Copy full SHA for b074508
_includes/header.txt
@@ -2,7 +2,7 @@
2
<html>
3
<head>
4
5
- <title>{% if page.partof %}{{ page.partof | replace: '-',' ' | split:" " | capitalize | join:" " }} - {% endif %}{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
+ <title>{% if page.partof %}{{ page.partof | replace: '-',' ' | capitalize }} - {% endif %}{% if page.title %}{{ page.title }} - {% endif %}{{ site.title }}</title>
6
{% if page.description %}
7
<meta name="description" content="{{ page.description }}" />
8
{% endif %}
0 commit comments