diff options
| author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-17 02:52:34 -0600 | 
|---|---|---|
| committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-17 02:52:34 -0600 | 
| commit | 569cddcf8a8861ba12a733febdc6591f77fb019d (patch) | |
| tree | 2dd6ec774d91aa61fbbc071d001bba1c01291986 /templates/base.html | |
| parent | 2759ea37bfb1943507bdf00f020f651155b37148 (diff) | |
update theme
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 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> | 
