diff options
| -rw-r--r-- | iss/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iss/templates/base.html b/iss/templates/base.html index 708083c..a4469c0 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -8,7 +8,7 @@ <meta name="keywords" content="ISS, international space station, passes, predictions, overhead, amateur radio"> <link rel="stylesheet" href="/static/css/tachyons.min.css"> <link rel="stylesheet" href="/static/css/style.css"> - <link rel="shortcut icon" href="favicon.ico"/> + <link rel="shortcut icon" href="/static/img/favicon.ico"/> {% block extrahead %} {% endblock %} </head> |
