aboutsummaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-06-25 03:57:58 -0400
committerRapptz <[email protected]>2020-12-18 21:18:53 -0500
commit1253a372d964a7cd3647002d987acbcd3d273a4f (patch)
tree59cd29efb52746ab3a117af23b0cadb69695500f /docs/_templates/layout.html
parentSet colours for active sidebar elements (diff)
downloaddiscord.py-1253a372d964a7cd3647002d987acbcd3d273a4f.tar.xz
discord.py-1253a372d964a7cd3647002d987acbcd3d273a4f.zip
Various RTD related fixes.
Diffstat (limited to 'docs/_templates/layout.html')
-rw-r--r--docs/_templates/layout.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 0af79f91..236f5446 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -4,6 +4,8 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ title|striptags|e }}{{ titlesuffix }}</title>
+ {%- block extrahead %} {% endblock %}
+ <!-- end extra head -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="{{ pathto('_static/style.css', 1)|e }}" type="text/css" />
<link rel="stylesheet" href="{{ pathto('_static/codeblocks.css', 1) }}" type="text/css" />
@@ -48,7 +50,6 @@
<link rel="prev" title="{{ prev.title|striptags|e }}" href="{{ prev.link|e }}" />
{%- endif %}
{%- endblock %}
- {%- block extrahead %} {% endblock %}
</head>
<body>
{%- block header %}{% endblock %}