shithub: hugo

Download patch

ref: f733e70e80dc6940ea678156e4ff8afb330e013e
parent: 51b078a703af2967e00f3027870ea28e3e550a32
author: spf13 <[email protected]>
date: Mon Mar 24 10:32:03 EDT 2014

Adding apple touch & favicon meta links

--- a/docs/layouts/chrome/header.html
+++ b/docs/layouts/chrome/header.html
@@ -5,6 +5,8 @@
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
     {{ template "chrome/includes.html" . }}
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
   </head>
   <body>
 
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -15,6 +15,8 @@
     <!-- Add custom CSS here -->
     <link href="/static/css/HPstyles.css" rel="stylesheet">
     <link href="/static/css/hugofont.css" rel="stylesheet">
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
+    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
   </head>
 
   <body>