diff options
| -rw-r--r-- | layouts/partials/head.html | 4 | ||||
| -rw-r--r-- | static/apple-touch-icon-precomposed.png | bin | 0 -> 4380 bytes | |||
| -rw-r--r-- | static/favicon.ico | bin | 0 -> 32924 bytes |
3 files changed, 4 insertions, 0 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 3d5eb50..8eb09f9 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -51,4 +51,8 @@ {{ $sass := resources.Get "sass/style.scss" -}} {{ $style := $sass | resources.ToCSS | resources.Minify | resources.Fingerprint -}} <link rel="stylesheet" href="{{ $style.RelPermalink }}"> + + <!-- Icons --> + <link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ "apple-touch-icon-precomposed.png" | relURL }}"> + <link rel="shortcut icon" href="{{ "favicon.ico" | relURL }}"> </head> diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png Binary files differnew file mode 100644 index 0000000..2c4f797 --- /dev/null +++ b/static/apple-touch-icon-precomposed.png diff --git a/static/favicon.ico b/static/favicon.ico Binary files differnew file mode 100644 index 0000000..97bea12 --- /dev/null +++ b/static/favicon.ico |
