[Pkg-javascript-commits] [backbone] 189/281: adding a favicon

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit 7c7f550a70684fdc970427a3c82c576b6e3d8130
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Fri Jan 13 12:28:04 2012 -0500

    adding a favicon
---
 docs/images/favicon.ico | Bin 0 -> 980 bytes
 index.html              |   3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/images/favicon.ico b/docs/images/favicon.ico
new file mode 100644
index 0000000..2624a64
Binary files /dev/null and b/docs/images/favicon.ico differ
diff --git a/index.html b/index.html
index afbc275..757bb4c 100644
--- a/index.html
+++ b/index.html
@@ -2,7 +2,8 @@
 <html>
 <head>
   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
-  <meta http-equiv="X-UA-Compatible" content="chrome=1">
+  <meta http-equiv="X-UA-Compatible" content="chrome=1" />
+  <link rel="icon" href="docs/images/favicon.ico" />
   <title>Backbone.js</title>
   <style>
     body {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list