adding a simple favicon to base.html and an icon to the assets pack
authorSeth Woodworth <seth@sethish.com>
Wed, 5 Jun 2013 21:10:18 +0000 (17:10 -0400)
committerSeth Woodworth <seth@sethish.com>
Wed, 5 Jun 2013 21:10:18 +0000 (17:10 -0400)
karmaworld/assets/img/favicon.ico [new file with mode: 0644]
karmaworld/templates/base.html

diff --git a/karmaworld/assets/img/favicon.ico b/karmaworld/assets/img/favicon.ico
new file mode 100644 (file)
index 0000000..71cafbf
Binary files /dev/null and b/karmaworld/assets/img/favicon.ico differ
index e53009a7df1bb064d0535981aead688c143220f3..b4edb80fef7af3872a66801d1d797c2ae42e33df 100644 (file)
@@ -5,6 +5,7 @@
   <meta charset="utf-8" />
   <title>KarmaNotes -- {% block title %}{% endblock %}</title>
        
+  <link rel="shortcut icon" href="{{ STATIC_URL }}img/favicon.ico">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/fontface/fontface.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/foundation.min.css">
   <link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/global.css">