diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-27 18:05:13 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-27 18:05:13 +0200 |
commit | 54f530c7c36105698958908272e79935a56bf25f (patch) | |
tree | 7d01ad53a8013595461e5128b4b5140317df0f3e /theme/templates/layout.html | |
parent | ca94055adf2d0519105b587116d5d56b559a2c3a (diff) | |
parent | 9fdc5da22da283f8c3a76760194bf2f61a8cebd4 (diff) | |
download | gitbook-54f530c7c36105698958908272e79935a56bf25f.zip gitbook-54f530c7c36105698958908272e79935a56bf25f.tar.gz gitbook-54f530c7c36105698958908272e79935a56bf25f.tar.bz2 |
Merge pull request #171 from GitbookIO/feature/offlineCache
Improve pages loading
Diffstat (limited to 'theme/templates/layout.html')
-rwxr-xr-x | theme/templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/layout.html b/theme/templates/layout.html index ae6f1b2..644e993 100755 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML> -<html lang="en-US"> +<html lang="en-US" {% block htmlTag %}{% endblock %}> <head prefix="og: http://ogp.me/ns# book: http://ogp.me/ns/book#"> {% block head %} <meta charset="UTF-8"> |