diff --git a/layouts/partials/head.html b/layouts/partials/head.html index fea2521..796406d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,12 +1,16 @@ + + {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }} {{ with .Params.description }} - {{ else if .Site.Params.description }} - + {{ else }} + {{ if .Site.Params.description }} + + {{ end }} {{ end }} @@ -14,7 +18,6 @@ - {{ partial "styles.html" . }} diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..28a128b Binary files /dev/null and b/static/favicon.ico differ