Commit da09e9a86c2d8c4bf1d03c9898b0d142bac76122
1 parent
a0b227ab
Exists in
master
and in
39 other branches
Adding favicon
Showing
2 changed files
with
2 additions
and
0 deletions
Show diff stats
No preview for this file type
src/templates/base.html
... | ... | @@ -7,6 +7,8 @@ |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
8 | 8 | <title>Colab - {% block title %}Colab{% endblock %}</title> |
9 | 9 | |
10 | + <link rel="shortcut icon" type="image/x-icon" href="{{ STATIC_URL }}img/interlegis.ico"> | |
11 | + | |
10 | 12 | <link rel="stylesheet" href="{{ STATIC_URL }}third-party/bootstrap/css/bootstrap.min.css" type="text/css" media="screen, projection" /> |
11 | 13 | |
12 | 14 | <link rel="stylesheet" | ... | ... |