aboutsummaryrefslogtreecommitdiff
path: root/_includes/header.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-11-24 17:02:01 -0800
committerMark Otto <[email protected]>2017-11-24 17:02:01 -0800
commitbabdf36c422f3e6e9d6fe80133e0b3cf121b5ef4 (patch)
treeb6c753c66baae2f6a889eceb65e971967b61dcc7 /_includes/header.html
parent643f5482a408b372b6da84c7859cdfa3fd4cb0b8 (diff)
parent7c10068c76751ee0ae8aab8cf0b7bdfdf40912ae (diff)
downloadbootstrap-babdf36c422f3e6e9d6fe80133e0b3cf121b5ef4.tar.xz
bootstrap-babdf36c422f3e6e9d6fe80133e0b3cf121b5ef4.zip
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/_includes/header.html b/_includes/header.html
index c2c9deca0..f2f1deff8 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,14 +1,14 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
-<meta name="description" content="{{ page.description | default: site.description }}">
+<meta name="description" content="{{ page.description | default: site.description | smartify }}">
<meta name="author" content="{{ site.authors }}">
<meta name="generator" content="Jekyll v{{ jekyll.version }}">
<title>
{%- if page.title -%}
- {{ page.title }} · {{ site.title }}
+ {{ page.title | smartify }} · {{ site.title | smartify }}
{%- else -%}
- {{ site.title }} · {{ site.description }}
+ {{ site.title | smartify }} · {{ site.description | smartify }}
{%- endif -%}
</title>