diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-08 18:35:43 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:45 -0700 |
commit | d914eae40a9730d76295750ac47ebed9fe4f7146 (patch) | |
tree | ca85886ff5fc64968a8abfe55aa86174a0574310 /theme | |
parent | 74f95f4d0d404e6df533d056a5acab60623407c8 (diff) | |
download | gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.zip gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.tar.gz gitbook-d914eae40a9730d76295750ac47ebed9fe4f7146.tar.bz2 |
Remove html5 cache manifest
Diffstat (limited to 'theme')
-rw-r--r-- | theme/templates/site.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/theme/templates/site.html b/theme/templates/site.html index 6fcbebd..ac1054f 100644 --- a/theme/templates/site.html +++ b/theme/templates/site.html @@ -1,7 +1,5 @@ {% extends "layout.html" %} -{% block htmlTag %}{% if options.cache !== false %}manifest="{{ basePath }}/manifest.appcache"{% endif %}{% endblock %} - {% block head %} {% parent %} {% if githubAuthor %} |