diff options
| author | Mark Otto <[email protected]> | 2014-02-10 20:23:29 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-10 20:23:29 -0800 |
| commit | 4973bfd5d777f8a92d7d95eee6bd3231242af3eb (patch) | |
| tree | 5150985b8f7f922c1c3d5e01fe0bece147d31819 /docs/index.html | |
| parent | 67c4deb5844b27ce74df44a250d945bdba1006c7 (diff) | |
| download | bootstrap-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.html | 1 |
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> |
