From 54dcb4b6996ab4bb880edd84b84c9c0a7d41953f Mon Sep 17 00:00:00 2001 From: hero-m <miladbashiri@yahoo.com> Date: Sat, 24 Aug 2013 12:11:12 +0430 Subject: [PATCH] Another case for Issue #10099 Another case for Issue #10099 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 187f3b6439..71c34922e7 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> -- GitLab