diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/_includes/header.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/site/_includes/header.html b/vendor/twbs/bootstrap/site/_includes/header.html index 8fa50f395..985918bd6 100644 --- a/vendor/twbs/bootstrap/site/_includes/header.html +++ b/vendor/twbs/bootstrap/site/_includes/header.html @@ -9,7 +9,7 @@ <title> {%- if page.title -%} - {{ page.title | smartify }} · {{ site.title | smartify }} + {{ page.title | smartify }} · {{ site.title | smartify }} v{{ site.docs_version }} {%- else -%} {{ site.title | smartify }} · {{ site.description | smartify }} {%- endif -%} |