Adding apple touch & favicon meta links - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit f733e70e80dc6940ea678156e4ff8afb330e013e
DIR parent 51b078a703af2967e00f3027870ea28e3e550a32
HTML Author: spf13 <steve.francia@gmail.com>
Date: Mon, 24 Mar 2014 14:32:03 -0400
Adding apple touch & favicon meta links
Diffstat:
M docs/layouts/chrome/header.html | 2 ++
M docs/layouts/index.html | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
---
DIR diff --git 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>
DIR diff --git 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>