diff options
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r-- | docs/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 08baa3ec5..975cd9813 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -2,4 +2,4 @@ {% extends "!layout.html" %} {# Custom CSS overrides #} -{% set bootswatch_css_custom = ['_static/my-styles.css'] %}
\ No newline at end of file +{% set css_files = css_files + ['_static/my-styles.css'] %} |