Commit b03ffc0e2119f47cafb960ef0aa2a6b49ee167cd
1 parent
4be8858d
Exists in
master
and in
39 other branches
Small html fixes
Showing
2 changed files
with
4 additions
and
3 deletions
Show diff stats
src/templates/base.html
| ... | ... | @@ -5,19 +5,20 @@ |
| 5 | 5 | {% block head %} |
| 6 | 6 | <meta charset="UTF-8" /> |
| 7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| 8 | + <title>Colab - {% block title %}Colab{% endblock %}</title> | |
| 8 | 9 | |
| 9 | 10 | <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" /> |
| 10 | 11 | |
| 11 | 12 | <link rel="stylesheet" |
| 12 | 13 | href="{{ STATIC_URL }}third-party/font-awesome/css/font-awesome.min.css" |
| 13 | - type="text/css" media="screen" charset="utf-8"/> | |
| 14 | + type="text/css" media="screen" /> | |
| 14 | 15 | |
| 15 | 16 | {% if not is_mobile %} |
| 16 | 17 | {% conversejs_static %} |
| 17 | 18 | {% endif %} |
| 18 | 19 | |
| 19 | 20 | <link rel="stylesheet" href="{{ STATIC_URL }}css/screen.css" |
| 20 | - type="text/css" media="screen" charset="utf-8"/> | |
| 21 | + type="text/css" media="screen" /> | |
| 21 | 22 | |
| 22 | 23 | <script type="text/javascript" src="{{ STATIC_URL }}third-party/jquery-2.0.3.min.js"></script> |
| 23 | 24 | <script type="text/javascript" src="{{ STATIC_URL }}third-party/jquery.debouncedresize.js"></script> | ... | ... |
src/templates/includes/big_header.html