diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 90b8e794..fbc5816f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -12,15 +12,19 @@ {{ .Title }}{{ if not .IsHome }} · {{ .Site.Title }}{{end}} - - {{ if .RSSlink }} - - - {{ end }} + + + + + + {{ if .RSSlink }} + + + {{ end }} diff --git a/static/images/apple-touch-icon-precomposed.png b/static/images/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..ef9f26b4 Binary files /dev/null and b/static/images/apple-touch-icon-precomposed.png differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico new file mode 100644 index 00000000..34b42063 Binary files /dev/null and b/static/images/favicon.ico differ