diff options
author | 2018-04-10 09:53:54 +0100 | |
---|---|---|
committer | 2018-04-10 09:53:54 +0100 | |
commit | 47887fbb33c306093647975cfa72010485333757 (patch) | |
tree | d6811998d5eef152575cb57832305d69586684fc /templates/wiki | |
parent | [Wiki] Blurple sidebar (diff) |
[Wiki] Add code highlighting
Diffstat (limited to 'templates/wiki')
-rw-r--r-- | templates/wiki/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/wiki/base.html b/templates/wiki/base.html index baee4086..7d8d7d67 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -10,6 +10,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 %}"> |