aboutsummaryrefslogtreecommitdiffstats
path: root/templates/main
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-04-10 19:39:35 +0200
committerGravatar Leon Sandøy <[email protected]>2018-04-10 19:39:35 +0200
commitf9f1fec758f280d99f33ab9f141c839d0542d5ee (patch)
treed09f85b3c82b8ad54dd4b82f49af48f5d38b5b74 /templates/main
parentFlash of Unstyled Content fix (diff)
parent[Wiki] Improve editor preview (diff)
Merge branch 'master' of github.com:discord-python/site
Diffstat (limited to 'templates/main')
-rw-r--r--templates/main/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/main/base.html b/templates/main/base.html
index cbdd937b..cfe41099 100644
--- a/templates/main/base.html
+++ b/templates/main/base.html
@@ -17,6 +17,7 @@
<link rel="shortcut icon" href="{{ static_file('favicon.ico') }}">
<link rel="stylesheet" href="{{ static_file('uikit_blurple.css') }}"/>
<link rel="stylesheet" href="{{ static_file('style.css') }}"/>
+ <link rel="stylesheet" href="{{ static_file('css/pygments-monokai.css') }}"/>
<!-- OpenGraph metadata -->
<meta property="og:title" content="Python Discord | {% block og_title %}{% endblock %}">