summaryrefslogtreecommitdiffstats
path: root/theme/templates/website
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-06-02 10:23:31 +0200
committerSamy Pessé <samypesse@gmail.com>2015-06-02 10:23:31 +0200
commit52e10b7cfe9c79eb3b8d2a6a5d9540f46d6914df (patch)
tree206083b7aa2a4285e0c059dc4fab4449c0607930 /theme/templates/website
parentaddac85696aa836f504993b5536b3ecbf7c124c5 (diff)
downloadgitbook-52e10b7cfe9c79eb3b8d2a6a5d9540f46d6914df.zip
gitbook-52e10b7cfe9c79eb3b8d2a6a5d9540f46d6914df.tar.gz
gitbook-52e10b7cfe9c79eb3b8d2a6a5d9540f46d6914df.tar.bz2
Remove default print.css when styles/print.css is present
Diffstat (limited to 'theme/templates/website')
-rw-r--r--theme/templates/website/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/page.html b/theme/templates/website/page.html
index 37fc9dd..7f424e1 100644
--- a/theme/templates/website/page.html
+++ b/theme/templates/website/page.html
@@ -70,7 +70,7 @@ require(["gitbook"], function(gitbook) {
<link rel="stylesheet" href="{{ staticBase }}/plugins/{{ resource.path }}">
{% endif %}
{% endfor %}
- {% for style in styles %}
+ {% for type, style in styles %}
<link rel="stylesheet" href="{{ basePath }}/{{ style }}">
{% endfor %}
{% endblock %}