Files
cocoa-eh-hugo-theme/layouts/partials/head_includes.html
Nishanth Shanmugham 3c6ad30b83 Allow flexible favicon location
* Fix README for these changes
2015-08-24 23:15:57 -05:00

21 lines
538 B
HTML

<!-- CSS -->
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/pygments.css">
<link rel="stylesheet" href="/css/main.css">
{{ if .Site.Params.WebfontsFile }}
<link rel="stylesheet" href="/{{ .Site.Params.WebfontsFile }}">
{{ end }}
<!-- Icon -->
<link rel="shortcut icon"
{{ if .Site.Params.FaviconFile }}
href="/{{ .Site.Params.FaviconFile }}"
{{ else }}
href="/img/favicon.ico"
{{ end }}
>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->