diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 59e8f5e..5e54e03 100644 --- a/templates/base.html +++ b/templates/base.html @@ -18,7 +18,7 @@ {% endblock %} {% block css %} - <link rel="stylesheet" href="/styles.css"> + <link rel="stylesheet" href="/styles.min.css"> {% endblock css %} {% block extra_head %}{% endblock extra_head %} |