diff options
author | 2019-04-11 23:51:02 +0200 | |
---|---|---|
committer | 2019-04-11 23:51:02 +0200 | |
commit | 6ede600cefd9ff249e0a087a96b8e0fde50a5657 (patch) | |
tree | 661b17234bbd08b7ec3a00281c3816f72e9cec12 /pydis_site/templates/base/base.html | |
parent | Make the pipeline green as grass. (diff) |
New landing page. Not quite done yet. This probably should've been more than one commit.
Diffstat (limited to 'pydis_site/templates/base/base.html')
-rw-r--r-- | pydis_site/templates/base/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pydis_site/templates/base/base.html b/pydis_site/templates/base/base.html index 5b124ded..fecf60cc 100644 --- a/pydis_site/templates/base/base.html +++ b/pydis_site/templates/base/base.html @@ -21,6 +21,7 @@ crossorigin="anonymous" > + <link rel="stylesheet" href="{% static "css/base/base.css" %}"> {% block head %}{% endblock %} </head> <body> |