diff --git a/_config.yml b/_config.yml index 61c5b943e38..097b9f012c1 100644 --- a/_config.yml +++ b/_config.yml @@ -58,6 +58,9 @@ callouts: note: title: Note color: blue + commandInfo: + title: To learn the current version on your system + color: grey-dk # jekyll-timeago plugin configuration, see https://github.com/markets/jekyll-timeago diff --git a/_layouts/product.html b/_layouts/product.html index 9e1b781e051..ab288e37a62 100644 --- a/_layouts/product.html +++ b/_layouts/product.html @@ -179,9 +179,11 @@

{{ page.title }}

{% endif %} {% if page.versionCommand %} -
- You can check the version that you are currently using by running:
{{page.versionCommand}}
-
+
+
+

{{page.versionCommand}}

+
+
{% endif %} {% include identifiers.html %} diff --git a/_sass/custom/custom.scss b/_sass/custom/custom.scss index 13c4501cfc6..9facb00f36b 100644 --- a/_sass/custom/custom.scss +++ b/_sass/custom/custom.scss @@ -163,4 +163,4 @@ ul.tag-cloud { text-decoration: none; position: relative; } -} \ No newline at end of file +}