From cdffe9e910b5986b5a5021871e129d73123aa618 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sun, 24 Apr 2022 07:23:02 +0200 Subject: Add icons --- layouts/partials/head.html | 4 ++++ static/apple-touch-icon-precomposed.png | Bin 0 -> 4380 bytes static/favicon.ico | Bin 0 -> 32924 bytes 3 files changed, 4 insertions(+) create mode 100644 static/apple-touch-icon-precomposed.png create mode 100644 static/favicon.ico 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 -}} + + + + diff --git a/static/apple-touch-icon-precomposed.png b/static/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..2c4f797 Binary files /dev/null and b/static/apple-touch-icon-precomposed.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..97bea12 Binary files /dev/null and b/static/favicon.ico differ -- cgit v1.2.3