Browse Source

add explicit favicon

Alexander Avery 3 weeks ago
parent
commit
f963a16109
  1. 1
      layouts/partials/head.html

1
layouts/partials/head.html

@ -2,3 +2,4 @@
<meta name="viewport" content="width=device-width">
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
{{ partialCached "head/css.html" . }}
<link rel="shortcut icon" href="{{ site.Params.favicon }}">
Loading…
Cancel
Save