diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 01:29:07 -0500 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2010-01-24 01:29:07 -0500 |
commit | 18dc91022ee333027df9c8e84bfeeaf20d68906e (patch) | |
tree | d58ab7774da6e90b6aee201733aac51eafc2facf /bn_django | |
parent | e3aa9881b38a1a160c1a6c7aa50692f685f87f8f (diff) | |
download | bnewnet-18dc91022ee333027df9c8e84bfeeaf20d68906e.tar.gz bnewnet-18dc91022ee333027df9c8e84bfeeaf20d68906e.zip |
favicon
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/templates/base.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bn_django/templates/base.html b/bn_django/templates/base.html index 98a91ba..d1a72f7 100644 --- a/bn_django/templates/base.html +++ b/bn_django/templates/base.html @@ -6,6 +6,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" /> {% endblock %} {% block externaljs %} {% endblock %} {% block otherhead %} {% endblock %} <title>{% block windowtitle %}bnewbold.net{% endblock %}</title> |