Fix mobile link
diff --git a/assets/js/docframe.min.js b/assets/js/docframe.min.js
index e721a17..04aef31 100644
--- a/assets/js/docframe.min.js
+++ b/assets/js/docframe.min.js
@@ -1 +1 @@
-(function(){(function(e,t){if("ontouchstart" in t){e("body").css({overflow:"auto"});e("a.brand").attr("href","./index.html")}function r(){var r=e("#docFrame");if(!r||r.length===0){clearTimeout(n);return}var i=e(t).height(),s=r.offset().top,o=Math.max(100,i-s);r.css({height:o+"px"})}function i(){clearTimeout(n);n=setTimeout(r,100)}var n;setTimeout(r,100);t.onresize=i})(window.jQuery,window)}).call(this)
+(function(){(function(e,t){if("ontouchstart" in t){e("body").css({overflow:"auto"})}function r(){var r=e("#docFrame");if(!r||r.length===0){clearTimeout(n);return}var i=e(t).height(),s=r.offset().top,o=Math.max(100,i-s);r.css({height:o+"px"})}function i(){clearTimeout(n);n=setTimeout(r,100)}var n;setTimeout(r,100);t.onresize=i})(window.jQuery,window)}).call(this)
diff --git a/assets/js/docs.js b/assets/js/docs.js
index 73fc141..4b7ffa1 100644
--- a/assets/js/docs.js
+++ b/assets/js/docs.js
@@ -1 +1 @@
-!function(e){e(function(){var t=e(window);e("section [href^=#]").click(function(e){e.preventDefault()});setTimeout(function(){e(".sisu-docs-sidenav").affix({offset:{top:function(){return t.width()<=980?250:170},bottom:270}})},100);window.prettyPrint&&prettyPrint()})}(window.jQuery)
+!function(e){e(function(){var t=e(window);e("section [href^=#]").click(function(e){e.preventDefault()});setTimeout(function(){e(".sisu-docs-sidenav").affix({offset:{top:function(){return t.width()<=980?250:170},bottom:270}})},100);window.prettyPrint&&prettyPrint();if("ontouchstart" in t){e("a.brand").attr("href","./index.html")}})}(window.jQuery)