diff options
| author | 2019-09-15 01:48:55 +0200 | |
|---|---|---|
| committer | 2019-09-15 01:48:55 +0200 | |
| commit | 0300c021f51815bb4bdf3a953740552c072a11a8 (patch) | |
| tree | b9645c7e080e7746f26807ad1016fcaea958c1e7 /pydis_site/templates | |
| parent | Adding the UpdateModelMixin to the ReminderViewSet. (diff) | |
Adding a pygments CSS for syntax highlighting.
This adds the Monokai, Friendly, and Darcula themes to this
repo. It leaves Darcula as the active theme. This can very
easily be changed later on by altering wiki/base.html
Resolves #243.
Diffstat (limited to 'pydis_site/templates')
| -rw-r--r-- | pydis_site/templates/wiki/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index 36349758..da4d5de1 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -14,6 +14,7 @@ <link rel="stylesheet" href="{% static "css/wiki/simplemde.min.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/simplemde-fixes.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/style.css" %}"> + <link rel="stylesheet" href="{% static "css/pygments/darcula.css" %}"> {% endblock %} {% block content %} |