2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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
+1 -1
View File
@@ -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 -%}