diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-27 21:21:48 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-27 21:21:48 +0200 |
commit | 20c741a2487a8fcaff231dceaa466b9d802fa6df (patch) | |
tree | 0d294c9245294197e09b932e52c1ce9199d5e892 | |
parent | 54f530c7c36105698958908272e79935a56bf25f (diff) | |
download | gitbook-20c741a2487a8fcaff231dceaa466b9d802fa6df.zip gitbook-20c741a2487a8fcaff231dceaa466b9d802fa6df.tar.gz gitbook-20c741a2487a8fcaff231dceaa466b9d802fa6df.tar.bz2 |
Fix stupid typo thanks to @erixtekila
-rw-r--r-- | theme/templates/site.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html index 8b376d1..7193f7f 100644 --- a/theme/templates/site.html +++ b/theme/templates/site.html @@ -1,6 +1,6 @@ {% extends "layout.html" %} -{% block htmlTag %}manifest="{{ baseBase }}/manifest.appcache"{% endblock %} +{% block htmlTag %}manifest="{{ basePath }}/manifest.appcache"{% endblock %} {% block title %}{{ progress.current.title }}{% parent %}{% endblock %} {% block content %} <div class="book" {% if githubId %}data-github="{{ githubId }}"{% endif %} data-level="{{ progress.current.level }}" data-basepath="{{ basePath }}" data-revision="{{ revision }}"> |