summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/website/page.html')
-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 e40e4d3..527e181 100644
--- a/theme/templates/website/page.html
+++ b/theme/templates/website/page.html
@@ -62,7 +62,7 @@ require(["gitbook"], function(gitbook) {
{% endblock %}
{% block style %}
- <link rel="stylesheet" href="{{ staticBase }}/website.css">
+ <link rel="stylesheet" href="{{ staticBase }}/style.css">
{% for resource in plugins.resources.css %}
{% if resource.url %}
<link rel="stylesheet" href="{{ resource.url }}">