aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-10 20:23:29 -0800
committerMark Otto <[email protected]>2014-02-10 20:23:29 -0800
commit4973bfd5d777f8a92d7d95eee6bd3231242af3eb (patch)
tree5150985b8f7f922c1c3d5e01fe0bece147d31819 /docs/index.html
parent67c4deb5844b27ce74df44a250d945bdba1006c7 (diff)
downloadbootstrap-4973bfd5d777f8a92d7d95eee6bd3231242af3eb.tar.xz
bootstrap-4973bfd5d777f8a92d7d95eee6bd3231242af3eb.zip
Fixes #12685: Display current version under download button on homepage
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index c24a88615..5f3a58521 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,6 +11,7 @@ title: Bootstrap
<p class="lead">
<a href="getting-started#download" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a>
</p>
+ <p class="version">Currently v{{ site.current_version }}</p>
{% include ads.html %}
</div>
</main>