summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Mota <jose@josemota.net>2014-05-01 18:47:10 +0100
committerJosé Mota <jose@josemota.net>2014-05-01 18:47:10 +0100
commit22cd9951cee9e40e9548b5c63304b7668eee0a53 (patch)
tree436ac80debc62551650d84ee0eb8641a468de33d
parentb6ae804c6ca6b8e4e82a00b01b787896f6c0ad7f (diff)
Add favicon.
-rw-r--r--_layouts/post.html1
-rw-r--r--_layouts/static.html1
-rw-r--r--css/images/favicon.pngbin0 -> 11293 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 8fa1207..1728159 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -4,6 +4,7 @@
<meta charset="utf-8"/>
<title>{{page.title}} &bull; José Mota</title>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
+ <link rel="icon" type="image/png" href="/css/images/favicon.png" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
diff --git a/_layouts/static.html b/_layouts/static.html
index a26d700..4324cff 100644
--- a/_layouts/static.html
+++ b/_layouts/static.html
@@ -5,6 +5,7 @@
<title>José Mota &bull; {{page.title}}</title>
<meta http-equiv="description" content="José Mota is a web interface designer and Ruby / Javascript developer. He speaks occasionally and he loves his Vim editor."/>
<link rel="alternate" type="application/rss+xml" href="/rss.xml" />
+ <link rel="icon" type="image/png" href="/css/images/favicon.png" />
<link rel="stylesheet" href="/css/highlight.css" />
<link rel="stylesheet" href="/css/main.css" />
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"/>
diff --git a/css/images/favicon.png b/css/images/favicon.png
new file mode 100644
index 0000000..870781b
--- /dev/null
+++ b/css/images/favicon.png
Binary files differ