diff options
author | Andy Taylor | 2018-01-30 16:26:14 +1100 |
---|---|---|
committer | Andy Taylor | 2018-01-30 16:26:14 +1100 |
commit | ba72cf33f36c15fc77e530ee7eeb465c4db73663 (patch) | |
tree | 6c36e6e1288a9991f0c4abf86026dee751cb3689 /gocryptfs-readthedocs/main.html | |
parent | c2eeba892f634fb1ba7feec993c0df3dd36642af (diff) |
Remove custom fonts
Diffstat (limited to 'gocryptfs-readthedocs/main.html')
-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. |