diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-09 09:36:15 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-09 09:36:15 -0500 |
commit | e683178dcef8aa5c27bdfa79bcef0590074a886e (patch) | |
tree | cf557407d8146e429ba42ef696438a094dc2fed0 | |
parent | 18f55a9f6fea38de0a15af32f51e3a130e7caca4 (diff) |
added tumblr link
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | js/bootswatch.js | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -87,7 +87,7 @@ </div> <div class="span4"> <img src="img/glyphicons_050_link.png"> - <h3>Tested for 2.0.1</h3> + <h3>Tuned for 2.0.1</h3> <p>Swatches are built for and tested with the latest version of Bootstrap. <a target="_blank" href="https://github.com/thomaspark/bootswatch/downloads">Previous versions</a> are also available for download.</p> </div> </div> @@ -107,7 +107,7 @@ <div class="span4"> <img src="img/glyphicons_032_wifi_alt.png"> <h3>Stay Updated</h3> - <p>Be notified when new swatches are released by subscribing to the <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a> or <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email list</a>.</p> + <p>Be notified when new swatches are released by subscribing via <a target="_blank" href="http://feeds.feedburner.com/bootswatch">RSS feed</a>, <a target="_blank" href="http://feedburner.google.com/fb/a/mailverify?uri=bootswatch&loc=en_US">email</a>, or <a target="_blank" href="http://bootswatch.tumblr.com/">Tumblr</a>.</p> </div> </div> diff --git a/js/bootswatch.js b/js/bootswatch.js index 9b7d48f2..0dec6dbf 100644 --- a/js/bootswatch.js +++ b/js/bootswatch.js @@ -1,5 +1,5 @@ var menu = '<ul class="nav"> \ - <li><a target="_blank" href="http://bootswatch.tumblr.com">News</a></li> \ + <li><a target="_blank" onclick="pageTracker._link(this.href); return false;" href="http://bootswatch.tumblr.com">News</a></li> \ <li><a id="swatch-link" href="/#gallery">Gallery</a></li> \ <li class="dropdown"> \ <a class="dropdown-toggle" data-toggle="dropdown" href="#">Preview <b class="caret"></b></a> \ |