diff options
| author | Yuval Adam <_@yuv.al> | 2020-09-28 22:59:22 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2020-09-28 22:59:22 +0300 |
| commit | cf569fdece369e161c88b2c3a7df80ac675a6ee4 (patch) | |
| tree | 7a168020aa91a57cf671ac8e8d1d04ad770cc5bd | |
| parent | cd087e80469327c1a8651944155305231f7757fe (diff) | |
Better favicon 404 path
| -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> |
