diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index ec0a41a..0072c52 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,7 +15,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"/> {% block css%} <link rel="stylesheet" type="text/css" href="/static/main.css"> - <link rel="icon" href="/site/favicon.ico"> + <link rel="icon" href="/favicon.ico"> {% endblock %} </head> <body><center> |