diff --git a/index.html b/index.html index 187f3b6439a2ba3053009bbbf7f0c861616b1124..71c34922e7d5667d87dd28cb46b9afb3d6758090 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ base_url: "./" <h1>Bootstrap</h1> <p class="lead">Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.</p> <p> - <a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download 3.0.0']);">Download Bootstrap</a> + <a href="{{ site.download }}" class="btn btn-outline-inverse btn-lg" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Download', 'Download {{ site.current_version }}']);">Download Bootstrap</a> </p> </div> </main>