diff options
-rw-r--r-- | gocryptfs-readthedocs/main.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/main.html b/gocryptfs-readthedocs/main.html index 79c9f4e..a17695b 100644 --- a/gocryptfs-readthedocs/main.html +++ b/gocryptfs-readthedocs/main.html @@ -1,5 +1,15 @@ {% extends "base.html" %} + {%- block styles %} + <link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" /> + <link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" /> + <link rel="stylesheet" href="{{ base_url }}/css/highlight.css"> + {%- for path in extra_css %} + <link href="{{ path }}" rel="stylesheet"> + {%- endfor %} + {%- endblock %} + + {# The entry point for the ReadTheDocs Theme. |