diff options
| author | Mark Otto <[email protected]> | 2013-05-02 22:44:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-02 22:44:43 -0700 |
| commit | a4f2c9e156ed52e24ea779b8ef4a32adfb124444 (patch) | |
| tree | 3de06146eca555e225f4cec95de885f6fc29ad10 | |
| parent | f8fd524def9b0960403495c5183f0e1c616a82b4 (diff) | |
| download | bootstrap-a4f2c9e156ed52e24ea779b8ef4a32adfb124444.tar.xz bootstrap-a4f2c9e156ed52e24ea779b8ef4a32adfb124444.zip | |
add customizer link to docs homepage
| -rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 28bd6f6ac..685039dea 100644 --- a/docs/index.html +++ b/docs/index.html @@ -32,6 +32,9 @@ title: Bootstrap <ul class="masthead-links"> <li> + <a href="./customize/" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Customize']);">Customize</a> + </li> + <li> <a href="http://github.com/twitter/bootstrap" onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'GitHub project']);">GitHub project</a> </li> <li> |
