site: fix Bitbucket's broken trailing slash appending (or, rather, lack thereof)
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Wed, 24 Nov 2010 00:17:06 -0500 | 
    
    
        | parents | dbd4f2ec3861 | 
    
        | children | 6f5ac75a0f43 | 
    
        | branches/tags | (none) | 
    
        | files | site/index.html | 
Changes
    
--- a/site/index.html	Fri Nov 12 22:13:22 2010 -0500
+++ b/site/index.html	Wed Nov 24 00:17:06 2010 -0500
@@ -2,6 +2,7 @@
 <html>
     <head>
         <title>Gundo - Visualize your Vim Undo Tree</title>
+        <base href="/gundo.vim/">
 
         <link rel="stylesheet/less" href="style.less" type="text/css">
         <script src="less.js" type="text/javascript"></script>