diff options
Diffstat (limited to 'templates/includes/book/header.html')
-rw-r--r-- | templates/includes/book/header.html | 2 |
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() { |