diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 0190cd3..0563f97 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -3,7 +3,10 @@ + {{ if .Site.Params.favicon }} + + {{ end }} {{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }} {{ $title }} - \ No newline at end of file +