summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 6b28f2b..7eefb02 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -2,8 +2,8 @@
<html lang="en">
<head>
{% block head %}
- <link rel="stylesheet" href="/assets/main.css" />
<link rel="stylesheet" href="https://unpkg.com/latex.css/style.min.css" />
+ <link rel="stylesheet" href="/assets/main.css" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}{% endblock %}</title>