Commit 0036e6df6b74f3a628825c8f722103968cec75db
1 parent
760d12cc
Exists in
master
and in
1 other branch
- fixed missing bootstrap theme
Showing
3 changed files
with
6 additions
and
9 deletions
Show diff stats
templates/login.html
| @@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
| 7 | <meta charset="utf-8"> | 7 | <meta charset="utf-8"> |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | 8 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| 9 | 9 | ||
| 10 | - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css"> | 10 | + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> |
| 11 | 11 | ||
| 12 | <script defer src="/static/js/jquery.min.js"></script> | 12 | <script defer src="/static/js/jquery.min.js"></script> |
| 13 | <script defer src="/static/popper/popper.min.js"></script> | 13 | <script defer src="/static/popper/popper.min.js"></script> |
templates/maintopics-table.html
| @@ -11,7 +11,7 @@ | @@ -11,7 +11,7 @@ | ||
| 11 | <meta name="author" content="Miguel Barão"> | 11 | <meta name="author" content="Miguel Barão"> |
| 12 | 12 | ||
| 13 | <!-- Bootstrap, Fontawesome --> | 13 | <!-- Bootstrap, Fontawesome --> |
| 14 | - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css"> | 14 | + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> |
| 15 | 15 | ||
| 16 | <!-- Other --> | 16 | <!-- Other --> |
| 17 | <link rel="stylesheet" href="/static/css/maintopics.css"> | 17 | <link rel="stylesheet" href="/static/css/maintopics.css"> |
templates/topic.html
| @@ -18,18 +18,15 @@ | @@ -18,18 +18,15 @@ | ||
| 18 | </script> | 18 | </script> |
| 19 | <script type="text/javascript" src="/static/mathjax/MathJax.js?delayStartupUntil=onload&config=TeX-AMS_CHTML-full"></script> | 19 | <script type="text/javascript" src="/static/mathjax/MathJax.js?delayStartupUntil=onload&config=TeX-AMS_CHTML-full"></script> |
| 20 | 20 | ||
| 21 | -<!-- Bootstrap --> | ||
| 22 | - <link rel="stylesheet" href="/static/bootstrap/css/bootstrap-material.min.css"> | ||
| 23 | - | ||
| 24 | -<!-- Other --> | ||
| 25 | - <script defer src="/static/fontawesome/fontawesome-all.min.js"></script> | ||
| 26 | - | ||
| 27 | - <!-- <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script> --> | 21 | +<!-- Styles --> |
| 22 | + <link rel="stylesheet" href="/static/bootstrap/css/bootstrap.min.css"> | ||
| 28 | <link rel="stylesheet" href="/static/css/animate.min.css"> | 23 | <link rel="stylesheet" href="/static/css/animate.min.css"> |
| 29 | <link rel="stylesheet" href="/static/css/github.css"> | 24 | <link rel="stylesheet" href="/static/css/github.css"> |
| 30 | <link rel="stylesheet" href="/static/css/topic.css"> | 25 | <link rel="stylesheet" href="/static/css/topic.css"> |
| 31 | 26 | ||
| 27 | +<!-- Scripts --> | ||
| 32 | <script defer src="/static/js/jquery.min.js"></script> | 28 | <script defer src="/static/js/jquery.min.js"></script> |
| 29 | + <script defer src="/static/fontawesome/fontawesome-all.min.js"></script> | ||
| 33 | <script defer src="/static/popper/popper.min.js"></script> | 30 | <script defer src="/static/popper/popper.min.js"></script> |
| 34 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> | 31 | <script defer src="/static/bootstrap/js/bootstrap.min.js"></script> |
| 35 | <script defer src="/static/js/topic.js"></script> | 32 | <script defer src="/static/js/topic.js"></script> |