summaryrefslogtreecommitdiffstats
path: root/templates/includes/book/header.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-03-31 12:39:16 -0700
committerSamy Pessé <samypesse@gmail.com>2014-03-31 12:39:16 -0700
commitd98669958dfd626009c680f1b712da18966bbd5a (patch)
tree4faaee74bc2c458085a74bfe6ed60d932a5ffc94 /templates/includes/book/header.html
parent4210794de64b396409af080b698a3b5894ee2c80 (diff)
downloadgitbook-d98669958dfd626009c680f1b712da18966bbd5a.zip
gitbook-d98669958dfd626009c680f1b712da18966bbd5a.tar.gz
gitbook-d98669958dfd626009c680f1b712da18966bbd5a.tar.bz2
Fix header link and display
Diffstat (limited to 'templates/includes/book/header.html')
-rw-r--r--templates/includes/book/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/book/header.html b/templates/includes/book/header.html
index 7bf937b..2fd0cb0 100644
--- a/templates/includes/book/header.html
+++ b/templates/includes/book/header.html
@@ -9,7 +9,7 @@
<!-- Title -->
- <h1><a href="/book/{{ book.attributes.full_name }}" >{{ title }}</a></h1>
+ <h1><a href="{{ basePath }}/README.html" >{{ title }}</a></h1>
</div>
<script>
$(document).ready(function() {