diff --git a/bootstrap b/bootstrap
index b5af762..9376a7c 160000
--- a/bootstrap
+++ b/bootstrap
@@ -1 +1 @@
-Subproject commit b5af762ef59e1fa97f4386f5feadb67aa5183fef
+Subproject commit 9376a7c221a64c2bf508d02ea2ccd85748d10fcc
diff --git a/index.html b/index.html
index 2b60adc..05be9c5 100644
--- a/index.html
+++ b/index.html
@@ -5,7 +5,6 @@
Grepping twitter backup
-
diff --git a/main.js b/main.js
index 7d21c89..177247f 100644
--- a/main.js
+++ b/main.js
@@ -53,6 +53,11 @@ $(document).ready(function() {
NAME = window.location.pathname.split('/')[2];
$("#name").html(NAME);
+ appletouchicon = document.createElement('link');
+ appletouchicon.setAttribute("rel", "apple-touch-icon");
+ appletouchicon.setAttribute("href", "https://api.twitter.com/1/users/profile_image?screen_name=" + NAME + "&size=bigger");
+ document.getElementsByTagName("head")[0].appendChild(appletouchicon);
+
$("input[type=search]").change(function() {
query = this.value;
window.location.hash = query;