Skip to content

Commit

Permalink
fix index view
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Jeffery committed Jun 3, 2012
1 parent 763c832 commit 6f5fa74
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
11 changes: 11 additions & 0 deletions public/javascripts/clicky.js
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(66594577);
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//static.getclicky.com/js';
( document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0] ).appendChild( s );

})();
22 changes: 6 additions & 16 deletions views/index.jade
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,5 @@
h1 Urban Dictionary (Unofficial) API h1
| Urban Dictionary (Unofficial) API


p p
| Use it by sending requests to: | Use it by sending requests to:
Expand All @@ -9,19 +10,8 @@ code
p p
| — <a href="http://travisjeffery.com/">Travis Jeffery</a> | — <a href="http://travisjeffery.com/">Travis Jeffery</a>


<a href="https://twitter.com/travisjeffery" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @travisjeffery</a> a(href="https://twitter.com/travisjeffery", data-show-count="false", data-size="large", class="twitter-follow-button") Follow @travisjeffery
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>


<script type="text/javascript"> script !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
var clicky_site_ids = clicky_site_ids || [];
clicky_site_ids.push(66594577); script(src="/javascripts/clicky.js")
(function() {
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = '//static.getclicky.com/js';
( document.getElementsByTagName('head')[0] ||
document.getElementsByTagName('body')[0] ).appendChild( s );
})();
</script>

0 comments on commit 6f5fa74

Please sign in to comment.