diff options
Diffstat (limited to 'theme/templates/base.html')
-rw-r--r-- | theme/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/base.html b/theme/templates/base.html index a671e21..2f7af8f 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -33,7 +33,7 @@ <link rel="stylesheet" type="text/css" href="/static/style/reset.css" /> <link rel="stylesheet" type="text/css" href="/static/style/default.css" /> <link rel="stylesheet" type="text/css" href="/static/style/commentary.css" /> -<link rel="icon" href="http://static.bnewbold.net/img/nudie_favicon.png" /> +<link rel="icon" href="/static/img/nudie_favicon.png" /> {% endblock %} {% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} {% endblock head %} |