aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-12 21:41:51 -0700
committerMark Otto <[email protected]>2012-07-12 21:41:51 -0700
commitfae691c3d914e513a79e8fcde051c34b6c904f8c (patch)
treec1caf10fa8b52b4767e15108c7f50669056001f7 /docs
parentf22b06097ab51c7fdfbe715ebb9a408c4c56f04f (diff)
downloadbootstrap-fae691c3d914e513a79e8fcde051c34b6c904f8c.tar.xz
bootstrap-fae691c3d914e513a79e8fcde051c34b6c904f8c.zip
some analytics tracking on getting started
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.html4
-rw-r--r--docs/templates/pages/getting-started.mustache4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 2550b33a4..ea944baf5 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -229,8 +229,8 @@
<h2>What next?</h2>
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
- <a class="btn btn-large" href="./scaffolding.html">Visit the Bootstrap docs</a>
- <a class="btn btn-large" href="./download.html" style="margin-left: 5px;">Customize Bootstrap</a>
+ <a class="btn btn-large" href="./scaffolding.html" >Visit the Bootstrap docs</a>
+ <a class="btn btn-large" href="./download.html" style="margin-left: 5px;" >Customize Bootstrap</a>
</section>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 519b43e15..96b20f7ce 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -158,8 +158,8 @@
<h2>What next?</h2>
<p class="lead">Head to the docs for information, examples, and code snippets, or take the next leap and customize Bootstrap for any upcoming project.</p>
- <a class="btn btn-large" href="./scaffolding.html">Visit the Bootstrap docs</a>
- <a class="btn btn-large" href="./download.html" style="margin-left: 5px;">Customize Bootstrap</a>
+ <a class="btn btn-large" href="./scaffolding.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Visit docs']);"{{/production}}>Visit the Bootstrap docs</a>
+ <a class="btn btn-large" href="./download.html" style="margin-left: 5px;" {{#production}}onclick="_gaq.push(['_trackEvent', 'Getting started', 'Next steps', 'Customize']);"{{/production}}>Customize Bootstrap</a>
</section>