diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-01-17 18:05:59 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-01-17 18:05:59 -0500 |
commit | 216bbbd876465f544ffdd8f40c86044a04db408d (patch) | |
tree | 200e6896c4d735bd0018546aaffbb21765d23b74 /default | |
parent | 5d406e88fa6bd31f7b8b65648ee45afb175856c8 (diff) |
add rel=nofollow to footer links and missed ads
Diffstat (limited to 'default')
-rw-r--r-- | default/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default/index.html b/default/index.html index a6273488..3bb39da6 100644 --- a/default/index.html +++ b/default/index.html @@ -1149,9 +1149,9 @@ <li><a href="../help/#api">API</a></li> <li><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=F22JEM3Q78JC2">Donate</a></li> </ul> - <p>Made by <a href="http://thomaspark.me">Thomas Park</a>. Contact him at <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.</p> - <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.</p> - <p>Based on <a href="http://getbootstrap.com">Bootstrap</a>. Icons from <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a>. Web fonts from <a href="http://www.google.com/webfonts">Google</a>. Favicon by <a href="https://twitter.com/geraldhiller">Gerald Hiller</a>.</p> + <p>Made by <a href="http://thomaspark.me" rel="nofollow">Thomas Park</a>. Contact him at <a href="mailto:hello@thomaspark.me">hello@thomaspark.me</a>.</p> + <p>Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow">Apache License v2.0</a>.</p> + <p>Based on <a href="http://getbootstrap.com" rel="nofollow">Bootstrap</a>. Icons from <a href="http://fortawesome.github.io/Font-Awesome/" rel="nofollow">Font Awesome</a>. Web fonts from <a href="http://www.google.com/webfonts" rel="nofollow">Google</a>. Favicon by <a href="https://twitter.com/geraldhiller" rel="nofollow">Gerald Hiller</a>.</p> </div> </div> |