From: Martijn Cuppens Date: Fri, 14 Feb 2020 20:15:04 +0000 (+0100) Subject: Backport #30090 (#30175) X-Git-Tag: v4.5.0~134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21041eecb7cb15cd9f5d4768d6c69d74c286f8e2;p=thirdparty%2Fbootstrap.git Backport #30090 (#30175) Add version number to documentation `` --- diff --git a/site/_includes/header.html b/site/_includes/header.html index 8fa50f3954..985918bd69 100644 --- a/site/_includes/header.html +++ b/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 -%}