diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:11 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:13:11 -0400 |
commit | bab4f70e5707c6e52b6a30d94beb434eba40b6d7 (patch) | |
tree | 2c45eeaca5fb9e90003ac416311902c9a5da0d0c /theme/templates | |
parent | 8d68acfe18c9bd2b2a1e53a1f38e712d0ad0d402 (diff) | |
download | bnewnet-bab4f70e5707c6e52b6a30d94beb434eba40b6d7.tar.gz bnewnet-bab4f70e5707c6e52b6a30d94beb434eba40b6d7.zip |
bring some images into this repo
Diffstat (limited to 'theme/templates')
-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 %} |