diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/main/base.html | 1 | ||||
| -rw-r--r-- | templates/wiki/base.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/main/base.html b/templates/main/base.html index edd79fb5..c554d360 100644 --- a/templates/main/base.html +++ b/templates/main/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 %}"> 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 %}"> |