summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html1
-rw-r--r--_layouts/static.html1
2 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"/>