1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00
Add version number to documentation `<title>`
This commit is contained in:
Martijn Cuppens
2020-02-14 21:15:04 +01:00
committed by GitHub
parent fbf294a605
commit 21041eecb7

View File

@@ -9,7 +9,7 @@
<title> <title>
{%- if page.title -%} {%- if page.title -%}
{{ page.title | smartify }} · {{ site.title | smartify }} {{ page.title | smartify }} · {{ site.title | smartify }} v{{ site.docs_version }}
{%- else -%} {%- else -%}
{{ site.title | smartify }} · {{ site.description | smartify }} {{ site.title | smartify }} · {{ site.description | smartify }}
{%- endif -%} {%- endif -%}